TLBindingUtilConstructor
Table of contents
interface TLBindingUtilConstructor<
T extends TLUnknownBinding,
U extends BindingUtil<T> = BindingUtil<T>,
> {}
Parameters
Name | Description |
---|---|
|
|
Returns
U
Properties
Migrations for this binding's props.
migrations?: TLPropsMigrations
Validations for this binding's props.
props?: RecordProps<T>
type: T['type']