Header menu logo fable-electron-docs-api

ScrubberItem Type

Constructors

Constructor Description

ScrubberItem(?label, ?icon)

Full Usage: ScrubberItem(?label, ?icon)

Parameters:
    ?label : string - The text to appear in this item.
    ?icon : NativeImage - The image to appear in this item.

Returns: ScrubberItem
?label : string

The text to appear in this item.

?icon : NativeImage

The image to appear in this item.

Returns: ScrubberItem

Instance members

Instance member Description

this.icon

Full Usage: this.icon

The image to appear in this item.

this.label

Full Usage: this.label

The text to appear in this item.

Type something to start searching.