interface LinkRelations<Ref, L> {
    _applies: string[];
    _namespaces: string[];
    from: L;
    in: Links<Ref, L>;
    inByType: {
        [id: string]: Links<Ref, L>;
    };
    ml?: MinilinkCollection<MinilinksGeneratorOptions, L>;
    out: Links<Ref, L>;
    outByType: {
        [id: string]: Links<Ref, L>;
    };
    to: L;
    type: L;
    typed: Links<Ref, L>;
    value?: any;
}

Type Parameters

Hierarchy (view full)

Properties

_applies: string[]
_namespaces: string[]
from: L
in: Links<Ref, L>
inByType: {
    [id: string]: Links<Ref, L>;
}
out: Links<Ref, L>
outByType: {
    [id: string]: Links<Ref, L>;
}
to: L
type: L
typed: Links<Ref, L>
value?: any
MMNEPVFCICPMFPCPTTAAATR