Module: react-aiot/components/Header

(require("react-aiot/components/Header"))(props)

Render the header with headline, Creatable buttons buttons and Toolbar. In this part the sticky component is ensured and you do not have to worry about it.
Parameters:
Name Type Description
props object Properties
Properties
Name Type Attributes Description
headline React.Element | string The headline
creatable object <optional>
The creatables configuration
Properties
Name Type Description
buttons object.<key, object> The buttons. The key is the unique button key and the object represents the Creatable properties.
backButton object If isCreatableLinkCancel is true this button is showed (Creatable properties)
isCreatableLinkDisabled boolean <optional>
Allows to disable all creatable buttons
isCreatableLinkCancel boolean <optional>
If true the props.creatable.backButton is parsed as Creatable button
isToolbarActive boolean <optional>
If true the toolbar buttons are enabled (see Toolbar)
isToolbarBusy boolean <optional>
If true the toolbar is overlayed with a spinning loader (see Toolbar)
toolbar object <optional>
The toolbar configuration (see Toolbar)
Properties
Name Type Attributes Description
buttons object.<key, object> <optional>
The toolbar buttons
backButton object <optional>
The toolbar back button. Is showed if toolbarActiveButton is set
toolbarActiveButton string <optional>
The active toolbar button (must match the same as the object key of the button)
isBusyHeader boolean <optional>
If true the header is overlayed with a spinning loader
Source: