Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?label, ?value, ?minValue, ?maxValue, ?change)
Parameters:
string
-
Label text.
?value : int
-
Selected value.
?minValue : int
-
Minimum value.
?maxValue : int
-
Maximum value.
?change : float -> unit
-
Function to call when the slider is changed.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.change
|
Function to call when the slider is changed. |
Full Usage:
this.label
|
Label text. |
Full Usage:
this.maxValue
|
Maximum value. |
Full Usage:
this.minValue
|
Minimum value. |
Full Usage:
this.value
|
Selected value. |
fable-electron-docs-api