@twinfinity/core
    Preparing search index...

    Interface PropertySet

    interface PropertySet {
        name: string;
        properties?: Property[];
        propertySets?: PropertySet[];
    }
    Index

    Properties

    name: string
    properties?: Property[]

    Properties contained in the set

    propertySets?: PropertySet[]

    Properties that in themselves are sets of properties