Time
time
Description
User settable time span. Based on the capture format the control can present hours, minutes, seconds and/or miliseconds. The format should be set to the granularity appropriate. The stored value will be seconds with miliseconds represented as decimal.
Attributes
$capture.format
: "hh:mm:ss:ms" or some combination
Example
{
"type": "string",
"$capture": {
"as": "time",
"format": "mm:ss"
},
"$display": {},
"title": "Time metric"
}