Back to Website
Show / Hide Table of Contents

Class AuWizardConfig

Represents the configuration of a multistep editor.

Package: ui-framework

Properties

$

Declaration
$: any
Property Value
Type Description
any

config

An editor's configuration.

Declaration
config: IConfig
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
static is: string
Property Value
Type Description
string

scope

The compilation scope used in configs.

Declaration
scope: any = {} as any
Property Value
Type Description
any

The compilation scope used in configs.

stepIndex

The current step index (starts from 0).

Declaration
public stepIndex: number
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
static template: any
Property Value
Type Description
any

Methods

connectedCallback()

Declaration
function connectedCallback()

disconnectedCallback()

Declaration
function disconnectedCallback()

get(any[])

Declaration
function get(args: any[])
Parameters
Type Name Description
any[] args
Returns
Type Description
any

notifyPath(any[])

Declaration
function notifyPath(args: any[])
Parameters
Type Name Description
any[] args
Returns
Type Description
any

push(any[])

Declaration
function push(args: any[])
Parameters
Type Name Description
any[] args
Returns
Type Description
any

ready()

Declaration
function ready()

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
Type Description
any

updateStyles(any)

Declaration
function updateStyles(properties: any)
Parameters
Type Name Description
any properties
Returns
Type Description
any
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback