wv-page-header-toolbar

Purpose

<wv-page-header-toolbar/>. Presents a navigation below the page header element. Optional in generating the standard page header element. Used in conjunction with <wv-page-header/>.

Properties

name description
does not have any specific properties

Example

<wv-page-header color="@color" icon-color="@iconColor" area-label="@areaLabel" area-sublabel="@areaSubLabel" title="@title"
	subtitle="@subTitle" description="@description" icon-class="@iconClass" return-url="@returnUrl" page-switch-items="@pageSwitchItems">
	<wv-page-header-actions>
		...
	</wv-page-header-actions>
	<wv-page-header-toolbar>
		...
	</wv-page-header-toolbar>
</wv-page-header>