TLAssetUtilConstructor

See source code
Table of contents
interface TLAssetUtilConstructor<
  T extends TLAsset = TLAsset,
  U extends AssetUtil<T> = AssetUtil<T>,
> {}

(new)

Parameters

NameDescription

editor

Editor;

Returns

U;

Properties

migrations

optional

props

optional
props?: RecordProps<T>;

type

type: T["type"];

Prev
SvgExportDef
Next
TLBaseEventInfo