Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeOptions

Hierarchy

Index

Properties

path?: string

An optional path within the DAG to resolve

preload?: boolean
recursive?: boolean

If set to true, it will follow the links and continuously run tree on them, returning all the paths in the graph

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).

Generated using TypeDoc