Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoolParamProps

Hierarchy

  • BoolParamProps

Index

Properties

Optional className

className: undefined | string

Optional onChange

onChange: undefined | ((value: boolean) => void)

Will be called whenever it changes its value. See also: onSettle

Optional onSettle

onSettle: undefined | ((value: boolean, valuePrev: boolean) => void)

Will be called when the user finished tweaking the value. onChange will also be called. See also: onChange

value

value: boolean

Generated using TypeDoc