Hierarchy

  • PageHeaderProps

Properties

Array of actions to be rendered. (default: [])

bulkActions?: PageHeaderActionProps[]

Array of Bulk Actions to be rendered. If populated, Bulk Actions will become available. (default: [])

bulkActionsDisabled?: boolean

Whether or not bulk actions are disabled (default: false)

className?: string

CSS Class name for additional styles

onBulkActionsToggled?: ((expanded) => void)

Type declaration

    • (expanded): void
    • Callback to emit when Bulk Actions is toggled The expanded state is supplied as an argument

      Parameters

      • expanded: boolean

      Returns void

openBulkActionsOnStart?: boolean

Whether or bulk actions are shown by default. (default: false)

setTabTitle?: boolean

Update the tab title using the 'title' field. (default: true)

subtitle?: string

Subtitle shown in page header

title?: string

Title shown in page header

Generated using TypeDoc