Skip to main content

interface_modal.IInsertPosition

interface/modal.IInsertPosition

When adding a new record, specify its position in the view (default is inserted at the end)

Properties

viewId

viewId: string

ID of the view where the record needs to be inserted


anchorRecordId

anchorRecordId: string

The record ID of the anchor point will be inserted forward or backward based on the bar


position

position: "before" | "after"

Insert before or after the anchor record