TLBindingUtilConstructor
See source codeTable of contents
interface TLBindingUtilConstructor<
  T extends TLUnknownBinding,
  U extends BindingUtil<T> = BindingUtil<T>,
> {}(new)
Parameters
| Name | Description | 
|---|---|
| 
 | 
Returns
UProperties
migrations
optional
Migrations for this binding's props.
migrations?: TLPropsMigrationsprops
optional
Validations for this binding's props.
props?: RecordProps<T>type
type: T['type']Prev
TLBaseExternalContentNext
TLBrushProps