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.
Accessibility information used when a screen reader interacts with this item.
(alignment notebook-cell-status-bar-item)
Whether the item is aligned to the left or right.
Whether the item is aligned to the left or right.
(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.
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.
(priority notebook-cell-status-bar-item)
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-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.
The text to show for the item.
(tooltip notebook-cell-status-bar-item)
A tooltip to show when the item is hovered.
A tooltip to show when the item is hovered.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close