FacetTag

data class FacetTag(val tag: String)

Facet feature for a hashtag. The text usually includes a '#' prefix, but the facet reference should not (except in the case of 'double hash tags').

Constructors

Link copied to clipboard
constructor(tag: String)

Properties

Link copied to clipboard
val tag: String