Skip to content

RippleInsertItemOptions

Defined in: transaction/src/commands.ts:108

readonly optional baseRevision: bigint

Defined in: transaction/src/types.ts:76

InsertItemOptions.baseRevision


readonly optional beforeItemId: string

Defined in: transaction/src/commands.ts:18

InsertItemOptions.beforeItemId


readonly optional historyGroup: string

Defined in: transaction/src/types.ts:78

Consecutive edits with the same key are stored as one undo/redo entry.

InsertItemOptions.historyGroup


readonly item: ItemEntity

Defined in: transaction/src/commands.ts:17

InsertItemOptions.item


readonly optional label: string

Defined in: transaction/src/types.ts:75

InsertItemOptions.label


readonly optional trackIds: readonly string[]

Defined in: transaction/src/commands.ts:110

Defaults to every Track in the target Sequence.