@twinfinity/experimental
    Preparing search index...

    Interface Twin

    interface Twin {
        dataSetUrl: string;
        eTag: string;
        hasGeometry: true;
        id: string;
        name: string;
        url: string;
    }

    Hierarchy

    • ContentUrl
      • Twin
    Index

    Properties

    dataSetUrl: string
    eTag: string
    hasGeometry: true
    id: string
    name: string
    url: string

    URL of change content. Points to the endpoint where the content of the change can be retrieved by a simple GET request.