interface PageActions {
    disabled: boolean;
    items?: PageAction[];
}

Properties

Properties

disabled: boolean
items?: PageAction[]