Method Summary
| Public Methods | ||
| public |
|
|
| public |
headerInfo(): {"className": string, "icon": string, "title": *, "description": *} |
|
| public |
onsaved() |
|
| public |
saveSettings(e: *) |
|
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 Methods
public headerInfo(): {"className": string, "icon": string, "title": *, "description": *} source
Override:
AdminPage#headerInfopublic saveSettings(e: *) source
Override:
AdminPage#saveSettingsParams:
| Name | Type | Attribute | Description |
| e | * |
Reference
Source
