kvision / pl.treksoft.kvision.onsenui.core / PullHook / <init>

<init>

(js) PullHook(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), 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

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a pull hook component.