Class Value
The value and unit of the event.
Constructors
Constructor
new Value(value: number, unit: Unit): Value
Parameters
Name | Type | Description |
---|---|---|
value | number | - |
unit | Unit | - |
Returns
Value
Properties
On This Page
Constructors
constructor
Properties
unitvalue
react-native-justtrack-sdk
- Loading...
Generated using TypeDoc
Settings
Member Visibility
- Protected
- Inherited
- External
unit
unit: Unit
The Unit of value.
value
value: number
The value of the event. Needs to be a finite value.