Represents an action menu slot.

IActionMenuSlot

interface IActionMenuSlot {
    deps?: any[];
    options?: Partial<IListActionOption<any, any>>[];
}

Properties

Properties

deps?: any[]
options?: Partial<IListActionOption<any, any>>[]

Represents a set of options for a list action. These options are stored in an array of partial objects of type IListActionOption.