Hierarchy

  • PageHeaderActionsGroupProps

Properties

Array of Actions to be rendered (default: [])

availableActionSpace?: number

The number of actions that can be displayed in the group. (default: actions.length)

className?: string

CSS Class name for additional styles

disabled?: boolean

Whether group is disabled (default: false)

groupActionsDisabled?: boolean

Whether actions in the group are disabled or not (default: false)

icon?: string | IconName

Optional built in icon. This prop also accepts an img src.

label: string

The label of the action.

onActionsGroupToggled?: ((expanded) => Promise<void>)

Type declaration

    • (expanded): Promise<void>
    • Callback to emit when Group Actions is toggled The expanded state is supplied as an argument

      Parameters

      • expanded: boolean

      Returns Promise<void>

openActionsGroupOnStart?: boolean

Whether group actions are shown by default. (default: false)

Generated using TypeDoc