GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

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 | string

The 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: string

The 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.

ValueDescription
gameIdRepresents a game identifier.
teamIdRepresents a team identifier.
playerIdRepresents a player identifier.

Did this page help you?