Liking cljdoc? Tell your friends :D

dots.vscode.notebook-cell-status-bar-item

A contribution to a cell's status bar

A contribution to a cell's status bar
raw docstring

accessibility-informationcljs

(accessibility-information notebook-cell-status-bar-item)

Accessibility information used when a screen reader interacts with this item.

Returns: AccessibilityInformation | undefined

Accessibility information used when a screen reader interacts with this item.

**Returns:** `AccessibilityInformation | undefined`
sourceraw docstring

alignmentcljs

(alignment notebook-cell-status-bar-item)

Whether the item is aligned to the left or right.

Returns: NotebookCellStatusBarAlignment

Whether the item is aligned to the left or right.

**Returns:** `NotebookCellStatusBarAlignment`
sourceraw docstring

commandcljs

(command notebook-cell-status-bar-item)

An optional {@linkcode Command } or identifier of a command to run on click.

The command must be {@link commands.getCommands known}.

Note that if this is a {@linkcode Command } object, only the {@linkcode Command.command command} and {@linkcode Command.arguments arguments} are used by the editor.

Returns: string | Command | undefined

An optional {@linkcode Command } or identifier of a command to run on click.

The command must be {@link commands.getCommands known}.

Note that if this is a {@linkcode Command } object, only the {@linkcode Command.command command} and {@linkcode Command.arguments arguments}
are used by the editor.

**Returns:** `string | Command | undefined`
sourceraw docstring

prioritycljs

(priority notebook-cell-status-bar-item)

The priority of the item. A higher value item will be shown more to the left.

Returns: number | undefined

The priority of the item. A higher value item will be shown more to the left.

**Returns:** `number | undefined`
sourceraw docstring

set-accessibility-information!cljs

(set-accessibility-information! notebook-cell-status-bar-item value)

Accessibility information used when a screen reader interacts with this item.

Accessibility information used when a screen reader interacts with this item.
sourceraw docstring

set-alignment!cljs

(set-alignment! notebook-cell-status-bar-item value)

Whether the item is aligned to the left or right.

Whether the item is aligned to the left or right.
sourceraw docstring

set-command!cljs

(set-command! notebook-cell-status-bar-item value)

An optional {@linkcode Command } or identifier of a command to run on click.

The command must be {@link commands.getCommands known}.

Note that if this is a {@linkcode Command } object, only the {@linkcode Command.command command} and {@linkcode Command.arguments arguments} are used by the editor.

An optional {@linkcode Command } or identifier of a command to run on click.

The command must be {@link commands.getCommands known}.

Note that if this is a {@linkcode Command } object, only the {@linkcode Command.command command} and {@linkcode Command.arguments arguments}
are used by the editor.
sourceraw docstring

set-priority!cljs

(set-priority! notebook-cell-status-bar-item value)

The priority of the item. A higher value item will be shown more to the left.

The priority of the item. A higher value item will be shown more to the left.
sourceraw docstring

set-text!cljs

(set-text! notebook-cell-status-bar-item value)

The text to show for the item.

The text to show for the item.
sourceraw docstring

set-tooltip!cljs

(set-tooltip! notebook-cell-status-bar-item value)

A tooltip to show when the item is hovered.

A tooltip to show when the item is hovered.
sourceraw docstring

textcljs

(text notebook-cell-status-bar-item)

The text to show for the item.

Returns: string

The text to show for the item.

**Returns:** `string`
sourceraw docstring

tooltipcljs

(tooltip notebook-cell-status-bar-item)

A tooltip to show when the item is hovered.

Returns: string | undefined

A tooltip to show when the item is hovered.

**Returns:** `string | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close