diff --git a/API/index.html b/API/index.html index 2515fc27d..f67ecc317 100644 --- a/API/index.html +++ b/API/index.html @@ -230,14 +230,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:

@@ -252,11 +252,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:

@@ -287,7 +287,7 @@

ITypeDispatcher

Ƭ ITypeDispatcher: function

-

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

+

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

Type declaration:

▸ (snapshot: any): IAnyType

Parameters:

@@ -302,22 +302,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.