# Interface: PlayerTags
# Table of contents
# Methods
# Methods
# hide
▸ hide(tags?
): void
Hide tags on timeline.
If tags
were passed to the function - will hide only the passed ones.
If tags
were not passed to the function - will hide all tags
from the timeline.
# Parameters
Name | Type |
---|---|
tags? | Tag [] |
# Returns
void
# show
▸ show(tags?
): void
Show tags on timeline.
If tags
were passed to the function - will hide only the passed ones.
If tags
were not passed to the function - will use tags
which were previously passed in player config.
# Parameters
Name | Type |
---|---|
tags? | Tag [] |
# Returns
void