interface DependencyInfo {
    functionName: string;
    lexemeOfArgument?: string;
    linkedIds?: readonly NodeId[];
    nodeId: NodeId;
    [key: string]: unknown;
}

Hierarchy

  • Record<string, unknown>
    • DependencyInfo

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of DependencyInfo

Properties

functionName: string
lexemeOfArgument?: string

the lexeme is presented whenever the specific info is of Unknown

linkedIds?: readonly NodeId[]
nodeId: NodeId