Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RefsOptions

Hierarchy

Index

Properties

edges?: boolean
format?: string
maxDepth?: number
preload?: boolean
recursive?: boolean
signal?: AbortSignal

Can be provided to a function that starts a long running task, which will be aborted when signal is triggered.

timeout?: number

Can be provided to a function that starts a long running task, which will be aborted after provided timeout (in ms).

unique?: boolean

Generated using TypeDoc