From 1980cb84ee06faff4db2003089ab4247a18e4bde Mon Sep 17 00:00:00 2001 From: Tyler Williams Date: Thu, 14 Mar 2024 08:53:44 -0600 Subject: [PATCH] Deploy website Deploy website version based on ebc464db54cb8a3f6ec6d6b94a1c32cbdd86901b --- API/index.html | 412 +++++++++--------- API/interfaces/customtypeoptions.html | 10 +- API/interfaces/customtypeoptions/index.html | 10 +- API/interfaces/functionwithflag.html | 4 +- API/interfaces/functionwithflag/index.html | 4 +- API/interfaces/iactioncontext.html | 12 +- API/interfaces/iactioncontext/index.html | 12 +- API/interfaces/iactionrecorder.html | 10 +- API/interfaces/iactionrecorder/index.html | 10 +- .../iactiontrackingmiddleware2call.html | 4 +- .../iactiontrackingmiddleware2call/index.html | 4 +- .../iactiontrackingmiddleware2hooks.html | 6 +- .../index.html | 6 +- .../iactiontrackingmiddlewarehooks.html | 12 +- .../iactiontrackingmiddlewarehooks/index.html | 12 +- API/interfaces/ianycomplextype.html | 12 +- API/interfaces/ianycomplextype/index.html | 12 +- API/interfaces/ianymodeltype.html | 30 +- API/interfaces/ianymodeltype/index.html | 30 +- API/interfaces/ianytype.html | 12 +- API/interfaces/ianytype/index.html | 12 +- API/interfaces/ihooks.html | 8 +- API/interfaces/ihooks/index.html | 8 +- API/interfaces/ijsonpatch.html | 6 +- API/interfaces/ijsonpatch/index.html | 6 +- API/interfaces/imiddlewareevent.html | 22 +- API/interfaces/imiddlewareevent/index.html | 22 +- API/interfaces/imodelreflectiondata.html | 12 +- .../imodelreflectiondata/index.html | 12 +- .../imodelreflectionpropertiesdata.html | 4 +- .../imodelreflectionpropertiesdata/index.html | 4 +- API/interfaces/imodeltype.html | 30 +- API/interfaces/imodeltype/index.html | 30 +- API/interfaces/ipatchrecorder.html | 16 +- API/interfaces/ipatchrecorder/index.html | 16 +- API/interfaces/ireversiblejsonpatch.html | 8 +- .../ireversiblejsonpatch/index.html | 8 +- API/interfaces/iserializedactioncall.html | 6 +- .../iserializedactioncall/index.html | 6 +- API/interfaces/isimpletype.html | 12 +- API/interfaces/isimpletype/index.html | 12 +- API/interfaces/isnapshotprocessor.html | 12 +- API/interfaces/isnapshotprocessor/index.html | 12 +- API/interfaces/isnapshotprocessors.html | 4 +- API/interfaces/isnapshotprocessors/index.html | 4 +- API/interfaces/itype.html | 12 +- API/interfaces/itype/index.html | 12 +- API/interfaces/ivalidationcontextentry.html | 4 +- .../ivalidationcontextentry/index.html | 4 +- API/interfaces/ivalidationerror.html | 6 +- API/interfaces/ivalidationerror/index.html | 6 +- API/interfaces/referenceoptionsgetset.html | 4 +- .../referenceoptionsgetset/index.html | 4 +- .../referenceoptionsoninvalidated.html | 2 +- .../referenceoptionsoninvalidated/index.html | 2 +- API/interfaces/unionoptions.html | 4 +- API/interfaces/unionoptions/index.html | 4 +- tips/typescript.html | 96 ++-- tips/typescript/index.html | 96 ++-- 59 files changed, 588 insertions(+), 584 deletions(-) diff --git a/API/index.html b/API/index.html index f67ecc317..f76890e0c 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.