Table of contents

Public interface

Signature
interface TLBindingUtilConstructor<
  T extends TLUnknownBinding,
  U extends BindingUtil<T> = BindingUtil<T>,
> {}
References

TLUnknownBinding, BindingUtil

Source

packages/editor/src/lib/editor/bindings/BindingUtil.ts


(new)

Public constructsignature

Parameters
NameDescription

editor

Editor
Returns
U
References

Editor


Properties

migrations

Public propertysignature

Signature
migrations?: TLPropsMigrations
References

TLPropsMigrations


props

Public propertysignature

Signature
props?: RecordProps<T>
References

RecordProps


type

Public propertysignature

Signature
type: T['type']

TLBeforeDeleteHandlerTLBrushProps