TldrawUiMenuItem
See source codeTable of contents
Properties
disabled
optional
Whether this item should be disabled.
disabled?: booleanicon
optional
The icon to display on the item.
icon?: IconTypeid
id: stringisSelected
optional
Whether the item is selected.
isSelected?: booleankbd
optional
The keyboard shortcut to display on the item.
kbd?: stringlabel
optional
The label to display on the item. If it's a string, it will be translated. If it's an object, the keys will be used as the language keys and the values will be translated.
label?:
| {
[key: string]: TranslationKey
}
| TranslationKeynoClose
optional
Prevent the menu from closing when the item is clicked
noClose?: booleanonSelect
The function to call when the item is clicked.
Parameters
| Name | Description |
|---|---|
|
Returns
Promise<void> | voidreadonlyOk
optional
If the editor is in readonly mode and the item is not marked as readonlyok, it will not be rendered.
readonlyOk?: booleanspinner
optional
Whether to show a spinner on the item.
spinner?: booleanPrev
TldrawUiMenuGroupNext
TldrawUiMenuSubmenu