Displays breadcrumbs via <es-breadcrumb />
Enables you to display a splash screen if the page has no content to display.
Render to the right of the page header.
Title for the header. Defaults to the passed pageTitle
. Can be set to
false
to disable.
Sets the title of the document.
Which progress bar to control via the page state. Defaults to "page".
Empty state renderer. Used if empty
is true
, and
state
is "ready".
Error state renderer. Used if state
is an Error.
Loading state renderer. Used if state
is an "loading".
If set to
false
, the component renders normally without a loading state.
The current state of the page, used to decide what to render.
When the state of a page changes, a
pageStateChange
event is fired.
Crumb
The name to display as the crumb
The path to the secton (relative to the previous crumb).