Type Parameters

  • Ref extends number

Hierarchy

Properties

_applies: string[]
from: Link<Ref>
from_id?: Ref
id: Ref
in: Link<Ref>[]
inByType: {
    [id: number]: L[];
}

Type declaration

  • [id: number]: L[]
out: Link<Ref>[]
outByType: {
    [id: number]: L[];
}

Type declaration

  • [id: number]: L[]
to: Link<Ref>
to_id?: Ref
type: Link<Ref>
type_id: Ref
typed: Link<Ref>[]
value?: any

Generated using TypeDoc