Interface IActionDesc

interface IActionDesc {
    actions?: Readonly<IAction>[];
    groupActions?: Readonly<IGroupAction>[];
}

Properties

actions?: Readonly<IAction>[]
groupActions?: Readonly<IGroupAction>[]