TLBindingUtilConstructor
Table of contents
interface TLBindingUtilConstructor<
T extends TLBinding,
U extends BindingUtil<T> = BindingUtil<T>,
> {}(new)
Parameters
| Name | Description |
|---|---|
|
Returns
U;Properties
migrations
optional
Migrations for this binding's props.
migrations?: TLPropsMigrations;props
optional
Validations for this binding's props.
props?: RecordProps<T>;type
type: T["type"];Prev
TLBaseExternalContentNext
TLBrushProps