TLBindingUtilConstructor

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

(new)

Parameters

NameDescription

editor

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