Skip to content

@sqlrooms/documents / BlockDocumentEditorRootProps

Type Alias: BlockDocumentEditorRootProps

BlockDocumentEditorRootProps = PropsWithChildren<{ documentId: string; value: BlockDocumentContent; onChange: BlockDocumentEditorChangeHandler; assets?: Record<string, DocumentAsset>; syncRevision?: number; syncSourceId?: string; readOnly?: boolean; generateBlockId?: () => string; title?: string; onTitleChange?: (title) => void; }>