Skip to main content
cngx-src documentation

CngxDomAnchorRetryHandle

Interface

projects/common/tabs/overflow/dom-anchor-retry.ts

Import#

import { CngxDomAnchorRetryHandle } from '@cngx/common/tabs'

Description#

Imperative handle returned by createDomAnchorRetry.

Index#

Methods#

cancel#void

Stop the retry loop and cancel any pending scheduled attempt.

start#void

Begin (or restart) the retry loop. Resets the attempt counter.