A contribution to a cell's status bar
A contribution to a cell's status bar
(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`
(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`
(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`
(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`
(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.
(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.
(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.
(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.
(set-text! notebook-cell-status-bar-item value)
The text to show for the item.
The text to show for the item.
(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.
(text notebook-cell-status-bar-item)
The text to show for the item.
Returns: string
The text to show for the item. **Returns:** `string`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close