TLAssetUtilConstructor
Table of contents
interface TLAssetUtilConstructor<
T extends TLAsset = TLAsset,
U extends AssetUtil<T> = AssetUtil<T>,
> {}(new)
Parameters
| Name | Description |
|---|---|
|
Returns
U;Properties
migrations
optional
migrations?: LegacyMigrations | MigrationSequence | TLPropsMigrations;props
optional
props?: RecordProps<T>;type
type: T["type"];Prev
SvgExportDefNext
TLBaseEventInfo