Configures an input field for a timecode
Last updated 1 year ago
Timecode is a time represented as Hours:Minutes:Seconds in the format of hh:mm:ss.
hh:mm:ss
{ "fields" : [ { "fieldName": "Time Code", "label": "time_code", "required": false, "maxLength": 10000, "editable": true, "dataType": "SMPTETimeCode", "allowMultiple": false, "listOfValues": [] }, ... ] }
00
No
Yes