TldrawUiMenuActionItem
See source codeTable of contents
Properties
type TLUiMenuActionItemProps = {
actionId?: string
} & Partial<
Pick<TLUiMenuItemProps, 'disabled' | 'isSelected' | 'noClose' | 'onSelect'>
>
Prev
TldrawUiMenuActionCheckboxItemNext
TldrawUiMenuCheckboxItem