Vertex Viewer SDK
    Preparing search index...

    Interface DoubleDomainPropertyValue

    interface DoubleDomainPropertyValue {
        type: "double";
        value: number;
    }
    Index

    Properties

    Properties

    type: "double"
    value: number