TLEmbedExternalContent
Extends TLBaseExternalContent.
interface TLEmbedExternalContent<
EmbedDefinition,
> extends TLBaseExternalContent {}Properties
embed
embed: EmbedDefinition;point
optional
point?: VecLike;sources
optional
The other content sources found on the clipboard alongside this content. For example, when pasting an image copied together with HTML and plain text, the files content will have text sources for the HTML and plain text parts.
sources?: TLExternalContentSource[];type
type: "embed";url
url: string;Prev
TLEditStartInfoNext
TLErrorBoundaryProps