Skip to content

ReplaceItemOptions

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

readonly optional baseRevision: bigint

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

CommandOptions.baseRevision


readonly optional historyGroup: string

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

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

CommandOptions.historyGroup


readonly itemId: string

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


readonly optional label: string

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

CommandOptions.label


readonly replacement: ItemEntity

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

Complete replacement entity. ID, Track and ownership references must stay unchanged; structural relocation uses moveItem instead.