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

    Interface representing a boolean that extends ISGIBoolean and ISGIToStr.

    interface ISGROBoolean {
        GetBoolean(): boolean;
        SetBoolean(value: boolean): any;
        ToStr(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods