@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface NamedNodeSpecificBase<TNode>

    interface NamedNodeSpecificBase<TNode extends Node> {
        getName(): string;
        getNameNode(): TNode;
    }

    Type Parameters

    Index

    Methods

    • Gets the name as a string.

      Returns string

    • Gets the name node.

      Returns TNode