Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionBarProps

Hierarchy

  • ActionBarProps

Index

Properties

Optional BoxProps

BoxProps: BoxProps

Additional props to pass to the encompasing Box component

Optional TypographyProps

TypographyProps: TypographyProps

Additional props to apply to the Typography component

Optional buttonAction

buttonAction: undefined | ((...args: any[]) => any)

The action that should be invoked when the button is clicked

Optional buttonLabel

buttonLabel: undefined | string

The text that should be shown in the button

Optional data-qa

data-qa: undefined | string

Data-qa tag to apply action bar bounding box

Optional shouldDisableButton

shouldDisableButton: undefined | false | true

Whether the button should be disabled Only relevant when shouldHaveButton is set to true

default

false

Optional shouldHaveButton

shouldHaveButton: undefined | false | true

Whether an action button should be displayed in the ActionBar

default

false

title

title: ReactNode

The title to show in the ActionBar

Generated using TypeDoc