Class AuWizardConfig
Represents the configuration of a multistep editor.
Properties
$
Declaration
Property Value
config
An editor's configuration.
Declaration
Property Value
| Type |
Description |
| IConfig |
An editor's configuration.
|
currentDescription
The description of the current step.
Declaration
public currentDescription: string
Property Value
| Type |
Description |
| string |
The description of the current step.
|
currentStep
The current step in config.steps.
Declaration
public currentStep: IStep
Property Value
| Type |
Description |
| IStep |
The current step in config.steps.
|
currentTitle
The title of the current step.
Declaration
public currentTitle: string
Property Value
| Type |
Description |
| string |
The title of the current step.
|
is
Declaration
Property Value
scope
The compilation scope used in configs.
Declaration
Property Value
| Type |
Description |
| any |
The compilation scope used in configs.
|
stepIndex
The current step index (starts from 0).
Declaration
Property Value
| Type |
Description |
| number |
The current step index (starts from 0).
|
steps
The steps defined in config.
Declaration
public steps: Array<IStep>
Property Value
| Type |
Description |
| Array<IStep> |
The steps defined in config.
|
template
Declaration
Property Value
Methods
connectedCallback()
Declaration
function connectedCallback()
disconnectedCallback()
Declaration
function disconnectedCallback()
get(any[])
Declaration
function get(args: any[])
Parameters
| Type |
Name |
Description |
| any[] |
args |
|
Returns
notifyPath(any[])
Declaration
function notifyPath(args: any[])
Parameters
| Type |
Name |
Description |
| any[] |
args |
|
Returns
push(any[])
Declaration
function push(args: any[])
Parameters
| Type |
Name |
Description |
| any[] |
args |
|
Returns
ready()
Declaration
set(any[])
Declaration
function set(args: any[])
Parameters
| Type |
Name |
Description |
| any[] |
args |
|
splice(any[])
Declaration
function splice(args: any[])
Parameters
| Type |
Name |
Description |
| any[] |
args |
|
Returns
updateStyles(any)
Declaration
function updateStyles(properties: any)
Parameters
| Type |
Name |
Description |
| any |
properties |
|
Returns