跳转到内容

MoveItemOptions

此内容尚不支持你的语言。

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

readonly optional baseRevision: bigint

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

CommandOptions.baseRevision


readonly optional beforeItemId: string | null

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

Omit to preserve order on the same Track; null explicitly moves to the end.


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:26


readonly optional label: string

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

CommandOptions.label


readonly optional startUs: number

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


readonly optional toTrackId: string

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