Skip to content

ListOptions

Defined in: src/types/public.ts:313

Options for remote directory listing operations.

PropertyTypeDescriptionDefined in
includeHidden?booleanInclude hidden or dot-prefixed entries when the protocol/listing format supports it.src/types/public.ts:317
recursive?booleanRecursively walk child directories when supported by the adapter.src/types/public.ts:315
signal?AbortSignalAbort signal used to cancel the listing operation.src/types/public.ts:319