Skip to content

BlockSuite API Documentation / @blocksuite/blocks / EmbedHtmlBlockProps

Type alias: EmbedHtmlBlockProps

EmbedHtmlBlockProps: Object

Type declaration

caption

caption: string | null

design?

design?: string

html?

html?: string

style

style: typeof EmbedHtmlStyles[number]

Source

packages/blocks/src/embed-html-block/embed-html-model.ts:8


Generated using TypeDoc and typedoc-plugin-markdown.