GotoConfig

class GotoConfig(val open: Boolean = false, val animate: Boolean = true, val focus: Boolean = false)

Configuration for DocumentEditor.goto navigation.

Parameters

open

If true, automatically open row form when navigating to a row. Only applies to table/collection row navigation; ignored otherwise.

animate

Whether to animate the scroll. Defaults to true.

focus

If true, request focus on the target field (or first field when navigating to a row form).

Constructors

Link copied to clipboard
constructor(open: Boolean = false, animate: Boolean = true, focus: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val animate: Boolean = true
Link copied to clipboard
val focus: Boolean = false
Link copied to clipboard
val open: Boolean = false