RowRoute

data class RowRoute(val pageId: String, val fieldPositionId: String, val rowId: String, val columnId: String? = null) : Route

Navigate to a row within a table or collection field.

Parameters

pageId

The page ID containing the field.

fieldPositionId

The field position ID of the table/collection.

rowId

The row ID to navigate to.

columnId

Optional column ID to scroll to and focus in RowForm mode.

Constructors

Link copied to clipboard
constructor(pageId: String, fieldPositionId: String, rowId: String, columnId: String? = null)

Properties

Link copied to clipboard
val columnId: String? = null
Link copied to clipboard
Link copied to clipboard
open override val pageId: String
Link copied to clipboard