Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WizardPage

Hierarchy

Index

Properties

content

content: string

A string giving the ID of the page's model view content

customButtons

customButtons: Button[]

Any additional buttons that should be displayed while the page is open

description

description: string

An optional description for the page. If provided it will be displayed underneath the page title.

enabled

enabled: boolean

Whether the page is enabled. If the page is not enabled, the user will not be able to advance to it. Defaults to true.

Readonly modelView

modelView: ModelView

Returns the model view content if registered. Returns undefined if model review is not registered

Readonly onValidityChanged

onValidityChanged: Event<boolean>

Fired whenever the panel's valid property changes

title

title: string

The title of the page

Readonly valid

valid: boolean

Whether the panel's content is valid

Methods

registerContent

  • registerContent(handler: (view: ModelView) => Thenable<void>): void
  • Register model view content for the dialog. Doesn't do anything if model view is already registered

    Parameters

    Returns void

Generated using TypeDoc