Interface definition of an UserInterface class

Hierarchy

  • IUserInterface

Index

Properties

Readonly Name

Name: string

This property returns the public name of the UserInterface

Methods

createConfigDialog

  • Parameters

    • parent: HTMLElement

    Returns IConfigDialog

createExampleDialog

  • createExampleDialog(parent: HTMLElement): IDialog
  • Creates and returns an instance of "Example Dialog"

    Parameters

    • parent: HTMLElement

      Parent HTML element where the dialog will be created

    Returns IDialog

    Instance of the dialog