Skip to main content

abstractAAnchor <S, T>

@group

Overlays

Implements

  • IAnchor<S, T>

Index

Properties

readonlyanchorId

anchorId: S[anchorId]

readonlyproperties

properties: S[properties]

staticreadonlyNODE_PACKAGE

NODE_PACKAGE: string

The package of the anchor.

Methods

getParent

  • getParent(): T
  • Returns T

synth

  • synth(): S
  • Returns S

staticunSynth

  • unSynth(deserializationClass: any, anchor: BaseAnchorSchema, deReferenceContext: (context: string) => Promise<UnknownModel>): Promise<UnknownAnchor>
  • Parameters

    • deserializationClass: any
    • anchor: BaseAnchorSchema
    • deReferenceContext: (context: string) => Promise<UnknownModel>

      Returns Promise<UnknownAnchor>