diff --git a/API/index.html b/API/index.html index 2c6757fb3..bfe6835b5 100644 --- a/API/index.html +++ b/API/index.html @@ -231,14 +231,14 @@

Type aliases

IDisposer

Ƭ IDisposer: function

-

Defined in src/utils.ts:41

+

Defined in src/utils.ts:41

A generic disposer.

Type declaration:

▸ (): void


IHooksGetter

Ƭ IHooksGetter: function

-

Defined in src/core/node/Hook.ts:19

+

Defined in src/core/node/Hook.ts:19

Type declaration:

▸ (self: T): IHooks

Parameters:

@@ -253,11 +253,11 @@

IMiddlewareEventType

Ƭ IMiddlewareEventType: "action" | "flow_spawn" | "flow_resume" | "flow_resume_error" | "flow_return" | "flow_throw"

-

Defined in src/core/action.ts:16

+

Defined in src/core/action.ts:16


IMiddlewareHandler

Ƭ IMiddlewareHandler: function

-

Defined in src/core/action.ts:54

+

Defined in src/core/action.ts:54

Type declaration:

▸ (actionCall: IMiddlewareEvent, next: function, abort: function): any

Parameters:

@@ -288,7 +288,7 @@

ITypeDispatcher

Ƭ ITypeDispatcher: function

-

Defined in src/types/utility-types/union.ts:22

+

Defined in src/types/utility-types/union.ts:22

Type declaration:

▸ (snapshot: any): IAnyType

Parameters:

@@ -303,22 +303,22 @@

IValidationContext

Ƭ IValidationContext: IValidationContextEntry[]

-

Defined in src/core/type/type-checker.ts:23

+

Defined in src/core/type/type-checker.ts:23

Array of validation context entries


IValidationResult

Ƭ IValidationResult: IValidationError[]

-

Defined in src/core/type/type-checker.ts:36

+

Defined in src/core/type/type-checker.ts:36

Type validation result, which is an array of type validation errors


Instance

Ƭ Instance: T extends object ? T["Type"] : T

-

Defined in src/core/type/type.ts:230

+

Defined in src/core/type/type.ts:230

The instance representation of a given type.


LivelinessMode

Ƭ LivelinessMode: "warn" | "error" | "ignore"

-

Defined in src/core/node/livelinessChecking.ts:7

+

Defined in src/core/node/livelinessChecking.ts:7

Defines what MST should do when running into reads / writes to objects that have died.