TLEmbedExternalContent

See source code
Table of contents

Extends TLBaseExternalContent.

interface TLEmbedExternalContent<
  EmbedDefinition,
> extends TLBaseExternalContent {}

Properties

embed

embed: EmbedDefinition;

point

optional
point?: VecLike;

sources

optional
sources?: TLExternalContentSource[];

type

type: "embed";

url

url: string;

Prev
TLEditStartInfo
Next
TLErrorBoundaryProps