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

    Interface for path operations.

    interface ISGIPath {
        Change(path: string): boolean;
        IsValid(): boolean;
        Split(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods