trait Props extends Object with KeyAndRef with ComponentRef[IToggle] with Theme
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Theme
- ComponentRef
- KeyAndRef
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val ariaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val checked: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val componentRef: UndefOr[Ref[IToggle]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[IToggle]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[IToggle]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[IToggle]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val defaultChecked: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val inlineLabel: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Definition Classes
- KeyAndRef
- Annotations
- @JSOptional()
- val keytipProps: UndefOr[IKeytipProps]
- Annotations
- @JSOptional()
- val label: UndefOr[String]
- Annotations
- @JSOptional()
- val offText: UndefOr[String]
- Annotations
- @JSOptional()
- val onChange: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], Boolean, Unit]]
- Annotations
- @JSOptional()
- val onText: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val ref: UndefOr[Ref[Any]]
- Definition Classes
- KeyAndRef
- Annotations
- @JSOptional()
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Annotations
- @JSOptional()
- val theme: UndefOr[ITheme]
- Definition Classes
- Theme
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object