type StyleType
The type definition for styles applicable to UIToggle.style.
static
type StyleType = UIComponent.DimensionsStyleType & { padding?: UIComponent.Offsets; opacity?: number; css?: Partial<CSSStyleDeclaration>; cssClassNames?: string[]; }
Related
- class UIToggleA view control that represents a checkbox or toggle input.