Package-level declarations

Types

Link copied to clipboard
data class InlineStyle(val css: String)
Link copied to clipboard
typealias RenderFn = FlowContent.() -> Unit

Helps the compiler to identify functions that operate on FlowContent.

Link copied to clipboard
typealias RenderFunc<T> = T.() -> Unit

Helps the compiler to identify functions that operate on T.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SemanticEmoji(parent: FlowContent)
Link copied to clipboard

Shorthand type

Link copied to clipboard
class SemanticFlag(parent: FlowContent)
Link copied to clipboard
annotation class SemanticFlagMarker
Link copied to clipboard

Shorthand type

Link copied to clipboard
class SemanticIcon(parent: FlowContent)
Link copied to clipboard

Shorthand type

Link copied to clipboard
annotation class SemanticIconMarker
Link copied to clipboard
Link copied to clipboard
class SemanticTag(parent: Tag, cssClasses: MutableList<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val FlowContent.emoji: SemanticEmoji
Link copied to clipboard
val FlowContent.flag: SemanticFlag
Link copied to clipboard
val FlowContent.icon: SemanticIcon
Link copied to clipboard
val Tag.noui: SemanticTag
Link copied to clipboard
val Tag.ui: SemanticTag

Functions

Link copied to clipboard
fun CommonAttributeGroupFacade.css(css: InlineStyle)
fun CommonAttributeGroupFacade.css(block: CssBuilder.() -> Unit)
fun CommonAttributeGroupFacade.css(builder: CssBuilder)
Link copied to clipboard
fun flowContent(block: FlowContent.() -> Unit): FlowContent.() -> Unit

Helps the compiler to identify a code block that is supposed to run on a FlowContent

Link copied to clipboard
fun inlineStyle(block: CssBuilder.() -> Unit): InlineStyle
Link copied to clipboard
@JvmName(name = "renderFnT")
fun <T : Tag> renderFn(block: RenderFunc<T>): RenderFunc<T>
@JvmName(name = "renderFn")
fun renderFn(block: RenderFn): RenderFn

Helps the compiler to identify a code block that is supposed to run on a semantic tag

Link copied to clipboard

Helps the compiler to identify a code block that is supposed to run on a semantic tag

Link copied to clipboard

Helps the compiler to identify a code block that is supposed to run on a semantic tag

Link copied to clipboard

Helps the compiler to identify a code block that is supposed to run on a semantic tag