Taggable.tag

Tag object with some information

interface Taggable(T)
tag
(
T tag
)

Parameters

tag T

information that object should be tagged with.

Return Value

Type: Taggable!T

this

Meta