@twinfinity/core
    Preparing search index...

    Interface DecodedPropertySet

    interface DecodedPropertySet {
        gidPropertyNames?: string[];
        name: string;
        type: "properties" | "quantities";
        value: T8PropertySet<T8Unit> | T8QuantitySet<T8Unit>;
    }
    Index

    Properties

    gidPropertyNames?: string[]
    name: string
    type: "properties" | "quantities"