Used to create actions for the PageHeader component.
To generate anchor tag provide path property
To generate HTML element with event handler provide onClick property
(and optionally confirmationMode, confirmationConfig)
Example
// Action with JS clickHandler <PageHeaderActionlabel={'Action Label'} onClick={clickHandler} />
// Action with anchor tag <PageHeaderActionlabel={'Action Label'} path={'/action-path'} />
Used to create actions for the PageHeader component. To generate anchor tag provide
pathproperty To generate HTML element with event handler provideonClickproperty (and optionallyconfirmationMode,confirmationConfig)