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

    Interface for node dictionary operations.

    interface ISGISGNodeDict {
        clone(isDeepCopy: boolean): any;
        findNode(name: string): any;
        isSameNode(node: any): boolean;
        isSubtype(nodeType: string): boolean;
        parentSubtype(nodeType: string): string;
        subtype(): string;
    }

    Hierarchy (View Summary)

    Index

    Methods