@servicenow/sdk - v4.4.1
    Preparing search index...
    interface ReferenceFindableNode {
        findReferences(): ReferencedSymbol[];
        findReferencesAsNodes(): Node<tsc.Node>[];
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Finds the references of the definition of the node.

      Returns ReferencedSymbol[]

    • Finds the nodes that reference the definition of the node.

      Returns Node<tsc.Node>[]