# Interface: Tag
# Table of contents
# Properties
# Properties
# endTime
• Optional endTime: number
End time of the tag shown on timeline.
# iconUrl
• Optional iconUrl: string
Source of the tag icon image (will be used if specified).
In case you have only the type specified then appropriate default icon will be shown.
If the iconUrl and the type are not specified then fallback will be shown.
# id
• id: string | number
Tag identifier - should be unique.
# metadata
• Optional metadata: any
Metadata of tag, optional field
# startTime
• startTime: number
Start time of the tag shown on timeline.
# title
• Optional title: string
Title of the tag.
Title will be displayed upon the icon in case it has been specified.
# type
• Optional type: TagType
Name of the tag.
By default tag icon will match it's name if the iconUrl is't specified.