Provides classes modeling the various edges (labels) in the API graph.
Import path
import semmle.javascript.ApiGraphsPredicates
| 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 |
| unknownMember | Gets the |
Classes
| ApiLabel | A label in the API-graph |