Table of contents

Public interface

Signature
interface TLBaseBinding<Type extends string, Props extends object>
  extends BaseRecord<'binding', TLBindingId> {}
References

BaseRecord, TLBindingId

Source

packages/tlschema/src/bindings/TLBaseBinding.ts


Properties

fromId

Public propertysignature

Signature
fromId: TLShapeId
References

TLShapeId


meta

Public propertysignature

Signature
meta: JsonObject

props

Public propertysignature

Signature
props: Props

toId

Public propertysignature

Signature
toId: TLShapeId
References

TLShapeId


type

Public propertysignature

Signature
type: Type

TLBaseAssetTLBaseShape