interface Gui {
    dialogs: IDialogs;
    createDialog(): Dialog;
    getTypeName(): string;
    isOfType(type: string): boolean;
    isSame(other: ScriptObject): boolean;
}

Hierarchy (view full)

Properties

dialogs: IDialogs

Methods

  • Parameters

    • type: string

    Returns boolean