obsidian/internals/embed-registry
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| EmbedAudioComponent | A component that renders an embedded audio file. |
| EmbedCanvasComponent | A component that renders an embedded canvas file. |
| EmbedComponent | The component that renders the embedded file. |
| EmbedContext | A context to configure embedding of a file. |
| EmbedCreator | Creates an embed component for a given file. |
| EmbedImageComponent | A component that renders an embedded image file. |
| EmbedMarkdownComponent | A component that renders an embedded markdown file. |
| EmbedPdfComponent | A component that renders an embedded PDF file. |
| EmbedRegistry | A registry for embeddable files components. |
| EmbedRegistryEmbedByExtensionRecord | A record of embeddable file extensions and their creators. |
| EmbedVideoComponent | A component that renders an embedded video file. |