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

    Interface representing a function that extends ISGIFunction and ISGIToStr.

    interface ISGROFunction {
        GetSub(): any;
        SetSub(value: any): any;
        ToStr(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods