Pull Hook
open class PullHook(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, className: String? = null, init: PullHook.() -> Unit? = null)
A pull hook component supporting "Pull to refresh" functionality.
Parameters
content
the content of the component.
rich
whether content can contain HTML code
align
text align
class Name
CSS class names
init
an initializer extension function
Constructors
Properties
Link copied to clipboard
Whether the content of the page is not moving when pulling.
Link copied to clipboard
The current number of pixels the pull hook has moved.
Link copied to clipboard
When pulled down further than this value it will switch to the "preaction" state.
Link copied to clipboard
The component automatically switches to the "action" state when pulled further than this value.