@samatawy/diagrams
    Preparing search index...

    Interface InspectorPropertyData

    Aggregated value set for one property across the current selection.

    interface InspectorPropertyData {
        key: string;
        values: Set<unknown>;
    }
    Index

    Properties

    Properties

    key: string

    Property key associated with this value collection.

    values: Set<unknown>

    Unique set of collected values from selected objects.