Table of contents
interface TLBindingUtilConstructor<
  T extends TLUnknownBinding,
  U extends BindingUtil<T> = BindingUtil<T>,
> {}

(new)

Parameters
NameDescription

editor

Editor
Returns
U

Properties

migrations

Migrations for this binding's props.

migrations?: TLPropsMigrations

props

Validations for this binding's props.

props?: RecordProps<T>

type

type: T['type']

TLBaseEventInfoTLBrushProps