Skip to content

User_URLEntityDetails

daneden edited this page Jan 23, 2022 · 5 revisions

User.URLEntityDetails

Contains details about text that has a special meaning in the user's description

public struct URLEntityDetails: EntityObject 

Inheritance

EntityObject

Properties

start

The start index for this entity in its containing string

public let start: Int

end

The end index for this entity in its containing string

public let end: Int

url

The UTF-8 text for the url entity

public let url: String?

expandedUrl

The expanded URL, if any

public let expandedUrl: URL?

displayUrl

The UTF-8 display string for the url entity

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