Skip to content

CustomData

Ajša Terko edited this page Feb 15, 2024 · 3 revisions
type CustomData = { [key: string]: string }

Defined as a map in which the keys and values are of type string.

Example

let customData: CustomData = {
    'city': 'New York',
    'country': 'USA'
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally