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

    Interface representing a registry that extends ISGIRegistry.

    interface ISGRORegistry {
        Delete(section: string): boolean;
        Flush(): boolean;
        GetSectionList(): string[];
        GetSpaceAvailable(): number;
    }

    Hierarchy (View Summary)

    Index

    Methods