TLBaseBinding
See source codeExtends BaseRecord<'binding', TLBindingId>
.
interface TLBaseBinding<Type extends string, Props extends object>
extends BaseRecord<'binding', TLBindingId> {}
Properties
fromId
fromId: TLShapeId
id
readonly
from BaseRecord
readonly id: Id
meta
meta: JsonObject
props
props: Props
toId
toId: TLShapeId
type
type: Type
typeName
readonly
from BaseRecord
readonly typeName: TypeName
Prev
TLBaseAssetNext
TLBaseShape