Link

data class Link(val url: String) : StoryAreaType

Constructors

Link copied to clipboard
constructor(url: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val type: StoryAreaType.Type
Link copied to clipboard
val url: String