MenuItem
Public TypeAlias
Signature
type MenuItem = {
id: string
type: 'item'
readonlyOk: boolean
actionItem: ActionItem
disabled: boolean
checked: boolean
}
Public TypeAlias
type MenuItem = {
id: string
type: 'item'
readonlyOk: boolean
actionItem: ActionItem
disabled: boolean
checked: boolean
}