Skip to content

@sqlrooms/room-store / RoomCommandInvocationOptions

Type Alias: RoomCommandInvocationOptions

RoomCommandInvocationOptions = Partial<RoomCommandInvocation> & object

Optional invocation metadata for a room command.

signal supports cooperative cancellation and is excluded from serializable invocation and audit data.

Type Declaration

NameTypeDescription
signal?AbortSignalCancels command execution without becoming part of serializable audit data.