TLUiMenuActionItemProps

See source code
type TLUiMenuActionItemProps = {
  actionId?: string
} & Partial<
  Pick<TLUiMenuItemProps, 'disabled' | 'isSelected' | 'noClose' | 'onSelect'>
>
Prev
TLUiMenuActionCheckboxItemProps
Next
TLUiMenuContextType