PullHook

constructor(content: String? = null, rich: Boolean = false, align: Align? = null, className: String? = null, init: PullHook.() -> Unit? = null)

Creates a pull hook component.

Parameters

content

the content of the component.

rich

whether content can contain HTML code

align

text align

className

CSS class names

init

an initializer extension function