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

    Interface representing application information.

    interface ISGIAppInfo {
        GetDevID(): string;
        GetID(): string;
        GetSubtitle(): string;
        GetTitle(): string;
        GetValue(key: string): string;
        GetVersion(): string;
        IsDev(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods