@servicenow/sdk - v4.4.1
    Preparing search index...
    interface RenameableNode {
        rename(newName: string, options?: RenameOptions): this;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Renames the name of the node.

      Parameters

      • newName: string

        New name.

      • Optionaloptions: RenameOptions

        Options for renaming.

      Returns this