Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?label, ?accessibilityLabel, ?textColor)
Parameters:
string
-
Text to display.
?accessibilityLabel : string
-
A short description of the button for use by screenreaders like VoiceOver.
?textColor : string
-
Hex color of text, i.e #ABCDEF.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.accessibilityLabel
|
A short description of the button for use by screenreaders like VoiceOver. |
Full Usage:
this.label
|
Text to display. |
Full Usage:
this.textColor
|
Hex color of text, i.e #ABCDEF. |
fable-electron-docs-api