TLBindingUtilConstructor
See source codeTable of contents
interface TLBindingUtilConstructor<
  T extends TLUnknownBinding,
  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
TLBaseEventInfoNext
TLBrushProps