Public typealias

Signature
type TLUiCustomMenuItem = {
  id: string
  type: 'custom'
  disabled: boolean
  readonlyOk: boolean
}
Source

packages/tldraw/src/lib/ui/hooks/menuHelpers.ts

TLUiContextTTLUiMenuSchemaContextTypeTLUiDialog