Interface PageActions

interface PageActions {
    items?: PageAction[];
}

Properties

Properties

items?: PageAction[]