CustomMenuItem
Public TypeAlias
Signature
type CustomMenuItem = {
  id: string
  type: 'custom'
  disabled: boolean
  readonlyOk: boolean
}
Public TypeAlias
type CustomMenuItem = {
  id: string
  type: 'custom'
  disabled: boolean
  readonlyOk: boolean
}