tuil
ReferencePackages@mwillbanks/tuil-operationsAPI

OperationExecutorOptions

interface exported by @mwillbanks/tuil-operations.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-operations.

export interface OperationExecutorOptions {
  readonly maxLogs?: number;
  readonly onObserverError?: (error: unknown) => void;
}

Members

MemberTypeRequiredDescriptionRelated types
maxLogsnumber | undefinedNoThe maxLogs member uses the number | undefined contract.
onObserverError((error: unknown) => void) | undefinedNoThe onObserverError member uses the ((error: unknown) => void) | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-operations

On this page