Comment

external interface Comment

Properties

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): Comment
Link copied to clipboard
abstract fun before(content: String, options: ContentOptions = definedExternally): Comment
Link copied to clipboard
abstract fun remove(): Comment
Link copied to clipboard
abstract fun replace(content: String, options: ContentOptions = definedExternally): Comment