@servicenow/sdk - v4.4.1
    Preparing search index...
    interface NamedNode {
        findReferences(): ReferencedSymbol[];
        findReferencesAsNodes(): Node<tsc.Node>[];
        getName(): string;
        getNameNode(): Identifier;
        rename(newName: string, options?: RenameOptions): this;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Gets the name as a string.

      Returns string

    • Gets the name node.

      Returns Identifier

    • Renames the name of the node.

      Parameters

      • newName: string

        New name.

      • Optionaloptions: RenameOptions

        Options for renaming.

      Returns this