Skip to content

TagEntity

daneden edited this page May 29, 2022 · 3 revisions

TagEntity

A tag entity (such as a hashtag or cashtag) found in a string, with indices in its parent string

public struct TagEntity: EntityObject 

Inheritance

EntityObject

Properties

start

The start index for this entity

public let start: Int

end

The end index for this entity

public let end: Int

tag

The UTF-8 text of the tag itself

public let tag: String
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally