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

    Interface ForEachDescendantTraversalControl

    interface ForEachDescendantTraversalControl {
        skip(): void;
        stop(): void;
        up(): void;
    }
    Index

    Methods

    Methods

    • Skips traversal of the current node's descendants.

      Returns void

    • Stops traversal.

      Returns void

    • Skips traversal of the current node, siblings, and all their descendants.

      Returns void