# Interface: PlayerTagsUI
# Table of contents
# Methods
# Methods
# hideTags
▸ hideTags(tags?): void
Will clear the tags on timeline.
# Parameters
| Name | Type | Description |
|---|---|---|
tags? | Tag[] | if specified will hide only specific tags on a timeline |
# Returns
void
# showTags
▸ showTags(tags?, type?): void
Will render tags from data on timeline.
# Parameters
| Name | Type | Description |
|---|---|---|
tags? | Tag[] | if tags passed, will render them and replace them in component data. |
type? | string | - |
# Returns
void