@servicenow/sdk - v4.4.1
    Preparing search index...
    interface ScopedNode {
        getScope(): Scope;
        hasScopeKeyword(): boolean;
        setScope(scope: Scope | undefined): this;
    }
    Index

    Methods

    • Gets the scope.

      Returns Scope

    • Gets if the node has a scope keyword.

      Returns boolean

    • Sets the scope.

      Parameters

      • scope: Scope | undefined

        Scope to set to.

      Returns this