TLBindingUtilConstructor

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

(new)

Parameters

NameDescription

editor

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
TLBaseEventInfo
Next
TLBrushProps