Preparing search index...

    Type Alias PropertyValuesCallback

    PropertyValuesCallback: (
        propValuesHistory: (PropertyValue | undefined)[],
    ) => void

    Callback function for property value subscriptions. The history array starts with undefined as the initial value.

    Type declaration