Interface: CursorPos#
grist-plugin-api.CursorPos
Represents the position of an active cursor on a page.
Table of contents#
Properties#
Properties#
fieldIndex#
• Optional
fieldIndex: number
The index of the selected field in the current view.
rowId#
• Optional
rowId: UIRowId
The rowId (value of the id
column) of the current cursor position, or ‘new’ if the cursor is on a new row.
rowIndex#
• Optional
rowIndex: number
The index of the current row in the current view.
sectionId#
• Optional
sectionId: number
The id of a section that this cursor is in. Ignored when setting a cursor position for a particular view.