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

    Methods

    • Gets the scope.

      Returns Scope | undefined

    • Gets if the node has a scope keyword.

      Returns boolean

    • Sets the scope.

      Parameters

      • scope: Scope | undefined

        Scope to set to.

      Returns this