type property

String? type
getter/setter pair

Describes a timing type.

If the value is offsetFromStart, then the offsetMs field represents an offset from the start of the video. If the value is offsetFromEnd, then the offsetMs field represents an offset from the end of the video. Possible string values are:

  • "offsetFromStart"
  • "offsetFromEnd"

Implementation

core.String? type;