Vertex Viewer SDK
    Preparing search index...

    Interface DomainPropertyEntry

    interface DomainPropertyEntry {
        id: string;
        key?: DomainPropertyKey | null;
        value?: DomainPropertyValue | null;
    }
    Index

    Properties

    Properties

    id: string
    key?: DomainPropertyKey | null
    value?: DomainPropertyValue | null