TLBindingUpdate

See source code
type TLBindingUpdate<T extends TLBinding = TLBinding> = Expand<{
  fromId?: T['fromId']
  id: TLBindingId
  meta?: Partial<T['meta']>
  props?: Partial<T['props']>
  toId?: T['toId']
  type: T['type']
  typeName?: T['typeName']
}>
Prev
TLBindingId
Next
TLBookmarkAsset
hi

We use cookies on this website.
Learn more in our Cookie Policy.