TLBaseBinding
Public interface
Signature
interface TLBaseBinding<Type extends string, Props extends object>
extends BaseRecord<'binding', TLBindingId> {}
References
Source
packages/tlschema/src/bindings/TLBaseBinding.ts
Properties
fromId
Public propertysignature
Signature
fromId: TLShapeId
References
meta
Public propertysignature
Signature
meta: JsonObject
props
Public propertysignature
Signature
props: Props
toId
Public propertysignature
Signature
toId: TLShapeId
References
type
Public propertysignature
Signature
type: Type