Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?availableColors, ?selectedColor, ?change)
Parameters:
string[]
-
Array of hex color strings to appear as possible colors to select.
?selectedColor : string
-
The selected hex color in the picker, i.e #ABCDEF.
?change : string -> unit
-
Function to call when a color is selected.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.availableColors
|
Array of hex color strings to appear as possible colors to select. |
Full Usage:
this.change
|
Function to call when a color is selected. |
Full Usage:
this.selectedColor
|
The selected hex color in the picker, i.e #ABCDEF. |
fable-electron-docs-api