Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?label, ?accessibilityLabel, ?textColor)

Full Usage: Options(?label, ?accessibilityLabel, ?textColor)

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

this.accessibilityLabel

Full Usage: this.accessibilityLabel

A short description of the button for use by screenreaders like VoiceOver.

this.label

Full Usage: this.label

Text to display.

this.textColor

Full Usage: this.textColor

Hex color of text, i.e #ABCDEF.

Type something to start searching.