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

    Interface representing boolean operations.

    interface ISGIBoolean {
        GetBoolean(): boolean;
        SetBoolean(value: boolean): any;
    }

    Hierarchy (View Summary)

    Index

    Methods