Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface for screen operations.

    interface ISGISGScreen {
        Close(): any;
        CreateScene(sceneType: string): any;
        getGlobalNode(): ISGNNode;
        GetMessagePort(): ISGROMessagePort;
        GetScene(): ISGNNode;
        SetMessagePort(port: ISGROMessagePort): any;
        Show(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Closes screen

      Returns any

    • Creates scene

      Parameters

      • sceneType: string

      Returns any

    • Gets message port

      Returns ISGROMessagePort

    • Sets message port

      Parameters

      • port: ISGROMessagePort

      Returns any

    • Shows screen

      Returns boolean