interface TrackedAttributesDescription {
    bar: string[][];
    value: string[][];
}

Properties

Properties

bar: string[][]

A list of property path arrays to attributes with both a value and a max property.

value: string[][]

A list of property path arrays to attributes that have only a value property.