Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SwitchProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional disabled

disabled: undefined | true | false

If true the user won't be able to toggle the switch. Default value is false. If true the user won't be able to toggle the switch. Default value is false.

Optional onValueChange

onValueChange: undefined | function

Invoked with the new value when the value changes. Invoked with the new value when the value changes.

Optional style

style: undefined | object

Style that can be applied to switch Style that can be applied to switch

Optional value

value: boolean | string

The value of the switch. If true; the; switch will be; turned; on. Default; value; is; false. The value of the switch. If true; the; switch will be; turned; on. Default; value; is; false.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc