augment-vir - v31.59.0
    Preparing search index...

    Type Alias WalkActiveElementCallback

    WalkActiveElementCallback: (
        params: { depth: number; element: Element },
    ) => boolean | void | undefined

    The callback triggered for each depth traversal in walkActiveElement. If this returns true, the walking stops.

    Type Declaration

      • (params: { depth: number; element: Element }): boolean | void | undefined
      • Parameters

        • params: { depth: number; element: Element }

        Returns boolean | void | undefined