@sqlrooms/documents / BlockDocumentStatefulBlockRendererProps
Type Alias: BlockDocumentStatefulBlockRendererProps
BlockDocumentStatefulBlockRendererProps =
object
Properties
documentId
documentId:
string
blockId
blockId:
string
blockType
blockType:
string
blockInstanceId
blockInstanceId:
string
ownership?
optionalownership?:string
title?
optionaltitle?:string
caption?
optionalcaption?:string
height?
optionalheight?:number
readOnly?
optionalreadOnly?:boolean
onTitleChange?
optionalonTitleChange?: (title) =>void
Parameters
| Parameter | Type |
|---|---|
title | string | undefined |
Returns
void
onCaptionChange?
optionalonCaptionChange?: (caption) =>void
Parameters
| Parameter | Type |
|---|---|
caption | string | undefined |
Returns
void
