TLSvgTextExternalContent

See source code
Table of contents

Extends TLBaseExternalContent.

interface TLSvgTextExternalContent extends TLBaseExternalContent {}

Properties

point

optional
point?: VecLike;

sources

optional
sources?: TLExternalContentSource[];

text

text: string;

type

type: "svg-text";

Prev
TLSvgExportOptions
Next
TLTextExternalContent