PullHook(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (PullHook.() -> Unit)? = null)
Creates a pull hook component.
content - the content of the component.
rich - whether content can contain HTML code
classes - a set of CSS class names
init - an initializer extension function
Constructor
Creates a pull hook component.