Text

external interface Text

Properties

Link copied to clipboard
abstract var lastInTextNode: Boolean
Link copied to clipboard
abstract var removed: Boolean
Link copied to clipboard
abstract var text: String

Functions

Link copied to clipboard
abstract fun after(content: String, options: ContentOptions = definedExternally): Text
Link copied to clipboard
abstract fun before(content: String, options: ContentOptions = definedExternally): Text
Link copied to clipboard
abstract fun remove(): Text
Link copied to clipboard
abstract fun replace(content: String, options: ContentOptions = definedExternally): Text