| Interface | Description |
|---|---|
| Layout.LayoutHandler |
a function to implement logic for interacting with the layout during different phases of its
attach cycle
|
| Class | Description |
|---|---|
| Content |
a component that represent the Content part of the
Layout |
| EmptyState |
A component that indicate that other components or parts of the page has no content currently to
display
|
| Footer |
a Component that represent the footer in the
Layout |
| Layout |
A component for building application layout -Shell- with predefined sections
Header Bar
Lwft panel
Content panel
Optional right panel
Optional footer
|
| LayoutActionItem |
A component to add an action item to the
Layout right side of the header |
| LayoutStyles |
A constants class for
Layout css classes names |
| NavigationBar |
A component that is part of the
Layout header |
| Overlay |
The component that masks the content panel when the left panel of the
Layout is open |
| Section |
The component that contains the left pabel and right panel of the
Layout |
| TopBarAction | Deprecated
use
LayoutActionItem |
| Enum | Description |
|---|---|
| Layout.LeftPanelOpenStyle |
An enum to list left panel open behaviors
|
| Layout.LeftPanelSize |
An enum to list left panel sizes that controls the panel width
|
Copyright © 2019–2022 Dominokit. All rights reserved.