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