Skip to content

@sqlrooms/documents / BlockDocumentStatefulBlockRendererProps

Type Alias: BlockDocumentStatefulBlockRendererProps

BlockDocumentStatefulBlockRendererProps = object

Properties

documentId

documentId: string


blockId

blockId: string


blockType

blockType: string


blockInstanceId

blockInstanceId: string


ownership?

optional ownership?: string


title?

optional title?: string


caption?

optional caption?: string


height?

optional height?: number


readOnly?

optional readOnly?: boolean


onTitleChange?

optional onTitleChange?: (title) => void

Parameters

ParameterType
titlestring | undefined

Returns

void


onCaptionChange?

optional onCaptionChange?: (caption) => void

Parameters

ParameterType
captionstring | undefined

Returns

void