Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?label, ?value, ?minValue, ?maxValue, ?change)

Full Usage: Options(?label, ?value, ?minValue, ?maxValue, ?change)

Parameters:
    ?label : 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
?label : 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

this.change

Full Usage: this.change

Function to call when the slider is changed.

this.label

Full Usage: this.label

Label text.

this.maxValue

Full Usage: this.maxValue

Maximum value.

this.minValue

Full Usage: this.minValue

Minimum value.

this.value

Full Usage: this.value

Selected value.

Type something to start searching.