Type alias UIElementValues

UIElementValues: Record<string, unknown>

UIElementValues defines a key-value collection of values that each UIElement has assigned. UIElementValues expects as a key the id property defined for a given UIElement. The type of value is dependent on the type of UIElement being used.

Generated using TypeDoc