Vertex Viewer SDK
    Preparing search index...

    Interface Uri

    A type that represents a Uniform Resource Identifier (URI).

    interface Uri {
        authority?: string;
        fragment?: string;
        path?: string;
        query?: string;
        scheme?: string;
    }
    Index
    authority?: string
    fragment?: string
    path?: string
    query?: string
    scheme?: string