@sqlrooms/documents / BlockDocumentStatefulBlockRendererProps
Type Alias: BlockDocumentStatefulBlockRendererProps
BlockDocumentStatefulBlockRendererProps =
object
Properties
documentId
documentId:
string
blockId
blockId:
string
blockType
blockType:
string
blockInstanceId
blockInstanceId:
string
ownership?
optionalownership?:string
caption?
optionalcaption?:string
User-facing label shown for the block in the document flow.
tableName?
optionaltableName?:string
Table identity this block reads from (for table-bound types like data-table).
height?
optionalheight?:number
headerActions?
optionalheaderActions?:ReactNode
Actions rendered by the block document host in the block's header.
selected?
optionalselected?:boolean
readOnly?
optionalreadOnly?:boolean
onCaptionChange?
optionalonCaptionChange?: (caption) =>void
Parameters
| Parameter | Type |
|---|---|
caption | string | undefined |
Returns
void
onTableNameChange?
optionalonTableNameChange?: (tableName) =>void
Parameters
| Parameter | Type |
|---|---|
tableName | string | undefined |
Returns
void