Skip to content

@sqlrooms/documents / CreateBlockDocumentCommandsOptions

Type Alias: CreateBlockDocumentCommandsOptions<TRoomState>

CreateBlockDocumentCommandsOptions<TRoomState> = object

Type Parameters

Type ParameterDefault type
TRoomState extends BlockDocumentCommandStateBlockDocumentCommandState

Properties

artifactType?

optional artifactType?: string


artifactLabel?

optional artifactLabel?: string


commandNamespace?

optional commandNamespace?: string


commandGroup?

optional commandGroup?: string


defaultTitle?

optional defaultTitle?: string


statefulBlockTypes?

optional statefulBlockTypes?: BlockDocumentStatefulBlockCommandType<TRoomState>[]