HtmlTagMarker

annotation class HtmlTagMarker

A marker to separate the layers of calls in the type-safe-builder pattern.

Constructors

HtmlTagMarker
Link copied to clipboard
js
fun HtmlTagMarker()

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String