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 |