# Interface: TagsConfig

# Table of contents

# Properties

# Methods

# Properties

# data

data: Tag[]

Array of tags to be displayed on a timeline.


# iconBaseUrl

Optional iconBaseUrl: string

Base url for tag icons. Defaults to https://pixellot-web-sdk.pixellot.tv/v3 if not specified.

# Methods

# onClick

Optional onClick(tag, event): void

Handler of the click on tag.

By default on tag click - player's currentTime will be changed to tag's startTime. If needed you can change this behavior.

# Parameters

Name Type
tag Tag
event Event

# Returns

void