BlazeWidgetItemCustomMapping - React Native
A type designed to facilitate custom key-value mappings for Blaze widget items. It enables the association of specific data points with a widget item, allowing for flexible data representation within the widget.
key
key: BlazeKeysPresets | stringThe key for the custom mapping, represented as a string, or by BlazeKeysPresets. This key identifies the type of data or attribute the value corresponds to.
value
value: stringThe value for the custom mapping, represented as a string. This value contains the specific data or attribute associated with the key.
Enums
BlazeKeysPresets
An enumeration defining preset keys for commonly used attributes in Blaze widget items. This facilitates easier and more consistent key management across different implementations of the widget.
| Value | Description |
|---|---|
| gameId | Represents a game identifier. |
| teamId | Represents a team identifier. |
| playerId | Represents a player identifier. |
Updated 11 days ago
Did this page help you?
