LockOptions interface

Options for the lock() decorator.

Signature:

export interface LockOptions 

Properties

Property

Modifiers

Type

Description

disabled?

boolean

(Optional) Set to true to turn locking off for the decorated method.

skipArgs?

number[]

(Optional) Positional indices of arguments to exclude when computing the lock key — useful for request-context or callback arguments that must not affect similarity.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.