TldrawUiMenuActionCheckboxItem

See source code
Table of contents

Properties

type TLUiMenuActionCheckboxItemProps = {
  actionId?: string;
} & Pick<TLUiMenuCheckboxItemProps, "checked" | "disabled" | "toggle">;
Prev
TldrawUiKbd
Next
TldrawUiMenuActionItem