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

    Interface for input events.

    interface ISGROInputEvent {
        GetInfo(): Record<string, any>;
        IsInput(): boolean;
    }
    Index

    Methods