@sqlrooms/documents / CreateBlockDocumentCommandsOptions
Type Alias: CreateBlockDocumentCommandsOptions<TRoomState>
CreateBlockDocumentCommandsOptions<
TRoomState> =object
Type Parameters
| Type Parameter | Default type |
|---|---|
TRoomState extends BlockDocumentCommandState | BlockDocumentCommandState |
Properties
artifactType?
optionalartifactType?:string
artifactLabel?
optionalartifactLabel?:string
commandNamespace?
optionalcommandNamespace?:string
commandGroup?
optionalcommandGroup?:string
defaultTitle?
optionaldefaultTitle?:string
statefulBlockTypes?
optionalstatefulBlockTypes?:BlockDocumentStatefulBlockCommandType<TRoomState>[]
