hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for handling input events and message ports.

    interface ISGIInput {
        EnableTransportEvents(): boolean;
        EventResponse(aa: any): boolean;
        GetMessagePort(): any;
        SetMessagePort(port: any): any;
    }

    Hierarchy (View Summary)

    Index

    Methods