TldrawUiMenuActionItem

See source code
Table of contents

Properties

type TLUiMenuActionItemProps = {
  actionId?: string
} & Partial<
  Pick<TLUiMenuItemProps, 'disabled' | 'isSelected' | 'noClose' | 'onSelect'>
>
Prev
TldrawUiMenuActionCheckboxItem
Next
TldrawUiMenuCheckboxItem