Tags

Description

class Tags

Methods

static EnableFor(obj) void

Parameters

Name Type Description
obj any

static DisableFor(obj) void

Parameters

Name Type Description
obj any

static HasTags(obj) boolean

Parameters

Name Type Description
obj any

static GetTags(obj, asString) any

Parameters

Name Type Description
obj any
optional asString boolean

static AddTagsTo(obj, tagsString) void

Parameters

Name Type Description
obj any
tagsString string

static RemoveTagsFrom(obj, tagsString) void

Parameters

Name Type Description
obj any
tagsString string

static MatchesQuery(obj, tagsQuery) boolean

Parameters

Name Type Description
obj any
tagsQuery string