Header menu logo fable-electron-docs-api

Type Type

Union cases

Union case Description

Custom

Full Usage: Custom

Displays tasks or file links, name must be set by the app.

Frequent

Full Usage: Frequent

Displays a list of files frequently opened by the app, the name of the category and its items are set by Windows.

Recent

Full Usage: Recent

Displays a list of files recently opened by the app, the name of the category and its items are set by Windows. Items may be added to this category indirectly using app.addRecentDocument(path).

Tasks

Full Usage: Tasks

Items in this category will be placed into the standard Tasks category. There can be only one such category, and it will always be displayed at the bottom of the Jump List.

Instance members

Instance member Description

this.IsCustom

Full Usage: this.IsCustom

Returns: bool
Returns: bool

this.IsFrequent

Full Usage: this.IsFrequent

Returns: bool
Returns: bool

this.IsRecent

Full Usage: this.IsRecent

Returns: bool
Returns: bool

this.IsTasks

Full Usage: this.IsTasks

Returns: bool
Returns: bool

Type something to start searching.