Layout
Extends:
Direct Subclass:
Constructor Summary
Public Constructor | ||
public abstract |
constructor(arg_runtime: object, arg_settings: object, arg_log_context: string | undefined): nothing Creates an instance of Layout, do not use directly but in a sub class. |
Method Summary
Public Methods | ||
public |
Clear page content components. |
|
public |
Render page content components. |
Inherited Summary
From class NameTypeSettingsLoggable | ||
public |
|
|
private |
_runtime: * |
|
private |
_settings: * |
|
private |
_ui: * |
|
public |
Get instance name. |
|
public |
get_router(): Router Get router. |
|
public |
Get runtime. |
|
public |
Get instance settings. |
|
public |
get_state_store(): Store Get runtime state store. |
|
public |
Get instance type. |
|
public |
Get UI. |
|
public |
Check if instance settings is valid. |