Class: AuWizardConfig
Represents the configuration of a multistep editor.
Hierarchy
-
AuElement
↳ AuWizardConfig
Index
Properties
Methods
Properties
$
• $: any
Inherited from void
config
• config: IConfig
An editor's configuration.
currentDescription
• currentDescription: string
The description of the current step.
currentStep
• currentStep: IStep
The current step in config.steps
.
currentTitle
• currentTitle: string
The title of the current step.
scope
• scope: any = as any
The compilation scope used in configs.
stepIndex
• stepIndex: number
The current step index (starts from 0).
steps
• steps: Array‹IStep›
The steps
defined in config
.
Static
is
▪ is: string
Inherited from void
Static
template
▪ template: any
Inherited from void
Methods
connectedCallback
▸ connectedCallback(): void
Inherited from void
Returns:void
disconnectedCallback
▸ disconnectedCallback(): void
Inherited from void
Returns:void
get
▸ get(...args
: any[]): any
Inherited from void
Parameters:
Name | Type |
---|---|
...args |
any[] |
Returns:any
notifyPath
▸ notifyPath(...args
: any[]): any
Inherited from void
Parameters:
Name | Type |
---|---|
...args |
any[] |
Returns:any
push
▸ push(...args
: any[]): any
Inherited from void
Parameters:
Name | Type |
---|---|
...args |
any[] |
Returns:any
ready
▸ ready(): void
Inherited from void
Returns:void
set
▸ set(...args
: any[]): void
Inherited from void
Parameters:
Name | Type |
---|---|
...args |
any[] |
Returns:void
splice
▸ splice(...args
: any[]): any
Inherited from void
Parameters:
Name | Type |
---|---|
...args |
any[] |
Returns:any
updateStyles
▸ updateStyles(properties
: any): any
Inherited from void
Parameters:
Name | Type |
---|---|
properties |
any |
Returns:any