Home > @uniformdev/canvas > walkPropertyValues
walkPropertyValues() function
Visits all property values in any locale or any condition The value provided is a strict value. See getEffectivePropertyValue() for more details.
NOTE: conditional values are visited in reverse order, which makes them safe to delete during iteration.
Signature:
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
property | ||
|
visitor |
(options: PropertyValue) => void |
Returns:
void