Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SuiDialogBase Abstract

Note: Most dialogs will inherit from SuiDialogAdapter, not SuiDialogBase. You will only want to inherit from SuiDialogBase under 2 conditions:

  1. the dialog is triviailly simple, like an alert box that makes no changes to the score, or
  2. the dialog is extremely complicated in how it interacts with the user, such that a form-based approach won't work

Hierarchy

Index

Constructors

Properties

dgDom: DialogDom

Methods

  • changed(): void
  • getId(): string
  • getStaticText(): Record<string, string>

Generated using TypeDoc