Member Summary
Public Members | ||
public |
|
|
public |
localeOptions: {} |
|
public |
|
Method Summary
Public Methods | ||
public |
|
|
public |
headerInfo(): {"className": string, "icon": string, "title": *, "description": *} |
|
public |
Build a list of options for the default homepage. |
|
public |
oninit(vnode: *) |
Inherited Summary
From class Page | ||
public |
A class name to apply to the body while the route is active. |
|
public |
Whether we should scroll to the top of the page when its rendered. |
|
public |
Whether the browser should restore scroll state on refreshes. |
|
public |
oncreate(vnode: *) |
|
public |
oninit(vnode: *) |
|
public |
onremove(vnode: *) |
From class AdminPage | ||
public |
|
|
public |
settings: {} |
|
public |
buildSettingComponent(setting: *): JSX.Element buildSettingComponent takes a settings object and turns it into a component. |
|
public |
|
|
public |
dirty(): * |
|
public |
header(): * |
|
public |
headerInfo(): {"className": *, "icon": *, "title": *, "description": *} |
|
public |
isChanged(): * |
|
public |
oninit(vnode: *) |
|
public |
onsaved() |
|
public |
saveSettings(e: *): * |
|
public |
|
|
public |
submitButton(): * |
|
public |
view(): * |
Public Members
public displayNameOptions: {} source
public localeOptions: {} source
public slugDriverOptions: {} source
Public Methods
public headerInfo(): {"className": string, "icon": string, "title": *, "description": *} source
Override:
AdminPage#headerInfopublic homePageItems(): ItemList source
Build a list of options for the default homepage. Each option must be an
object with path
and label
properties.
public oninit(vnode: *) source
Override:
AdminPage#oninitParams:
Name | Type | Attribute | Description |
vnode | * |