@nospamproxy/core
    Preparing search index...

    Custom element for tabzard steps. A tabzard step is a single step in the tabzard dialog. Example: <checkbox-control selected.two-way="failValidation.boolean" validate:'changeOrFocusout':validationController">

    Implements

    • ICustomElementViewModel
    Index

    Constructors

    Properties

    available: boolean = true

    Set if this step is available.

    beforeValidation?: () => Promise<void>
    header: string
    index: number
    next?: () => Promise<void>
    validationController: IValidationController = ...

    Accessors

    • get visible(): boolean

      Returns boolean

    Methods

    • Returns void

    • Parameters

      Returns void