TLTextExternalContent

See source code
Table of contents

Extends TLBaseExternalContent.

interface TLTextExternalContent extends TLBaseExternalContent {}

Properties

html

optional
html?: string;

point

optional
point?: VecLike;

sources

optional
sources?: TLExternalContentSource[];

text

text: string;

type

type: "text";

Prev
TLSvgTextExternalContent
Next
TLTextExternalContentSource