Provides classes modeling the various edges (labels) in the API graph.
Import path
import javascript
Predicates
arrayElement | Gets the edge label for an unknown array element. |
content | Gets the |
decoratedClass | Gets the label for an edge leading from a value |
decoratedMember | Gets the label for an edge leading from a value |
decoratedParameter | Gets the label for an edge leading from a value |
entryPoint | Gets an entry-point label for the entry-point |
forwardingFunction | Gets the label representing a function wrapper that forwards to an underlying function. |
instance | Gets the |
member | Gets the |
memberFromRef | Gets the |
moduleLabel | Gets the edge label for the module |
parameter | Gets the |
promised | Gets the |
promisedError | Gets the |
receiver | Gets the edge label for the receiver. |
return | Gets the |
spreadArgument | Gets the edge label for a spread argument passed at index |
unknownMember | Gets the edge label for an unknown member. |
Classes
ApiLabel | A label in the API-graph |