Options
All
  • Public
  • Public/Protected
  • All
Menu

SwitchAttrs

Hierarchy

Index

Properties

Optional class

class: string

class is typically applied to the root level DOM of a widget's view.

Use it to define custom rules for styling specific widget instances.

Optional disabled

disabled: boolean

disabled indicates the control should not be interactable.

Optional name

name: string

name of the control.

Used by controls to tag events with names.

Optional onChange

onChange: function

onChange handler

Type declaration

Optional value

value: boolean

value of the control.

Used to intialize controls and may also be the value of an Event.

Generated using TypeDoc