Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogTab

Hierarchy

Index

Properties

content

content: string

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

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 tab

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