Type Aliases Action Defined in node_modules/xstate/lib/types.d.ts:56 Type Parameters Action Function Action
Function
< TContext , TEvent > : ( ( context
: TContext , event
: TEvent , meta
: ActionMeta < TContext , TEvent > ) => void ) Defined in node_modules/xstate/lib/types.d.ts:51 Type Parameters Type declaration ( context: TContext , event: TEvent , meta: ActionMeta < TContext , TEvent > ) : void Parameters context: TContext event: TEvent meta: ActionMeta < TContext , TEvent > Returns void Action Type Action Type: string
Defined in node_modules/xstate/lib/types.d.ts:5 Activity Defined in node_modules/xstate/lib/types.d.ts:112 Type Parameters Activity Config Defined in node_modules/xstate/lib/types.d.ts:111 Type Parameters Algorithm Identifier Defined in node_modules/typescript/lib/lib.dom.d.ts:19919 Animation Play State Animation Play State: "finished" | "idle" | "paused" | "running"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19954 Append Mode Append Mode: "segments" | "sequence"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19955 Array Buffer Like Array Buffer Like: ArrayBufferTypes [ keyof ArrayBufferTypes ]
Defined in node_modules/typescript/lib/lib.es5.d.ts:1560 Auth Error Params Type declaration Optional original Error?: unknown Available Key Of Available
Key
Of
< T > : ValueOf < { [ K in keyof T ] : [ T [ K ] ] extends [ never ] ? never : K } > Type Parameters BackendAPIInit Type declaration Optional base?: URL Optional cache?: Storage client Id: string client Secret: string Optional level?: LogLevel refresh Token: string Optional storage?: Storage BackendAPIVersion BackendAPIVersion: "1"
Binary Data Binary Data: ArrayBuffer | DataView | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array
Defined in node_modules/@types/jsdom/ts3.3/index.d.ts:66 Buffer Encoding Buffer Encoding: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex"
Defined in node_modules/@types/node/globals.d.ts:74 Buffer Source Defined in node_modules/typescript/lib/lib.dom.d.ts:19939 Can Play Type Result Can Play Type Result: "" | "maybe" | "probably"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19965 Canvas Direction Canvas Direction: "inherit" | "ltr" | "rtl"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19966 Canvas Image Source Defined in node_modules/typescript/lib/lib.dom.d.ts:19897 Canvas Line Cap Canvas Line Cap: "butt" | "round" | "square"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19968 Canvas Line Join Canvas Line Join: "bevel" | "miter" | "round"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19969 Canvas Text Align Canvas Text Align: "center" | "end" | "left" | "right" | "start"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19970 Canvas Text Baseline Canvas Text Baseline: "alphabetic" | "bottom" | "hanging" | "ideographic" | "middle" | "top"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19971 Cease Callback Cease Callback: ( ( ) => void )
Child Type Parameters TQuery extends Query < TGraph > | undefined Child Fields Child
Fields
< TGraph , TQuery > : TQuery extends With < Query < TGraph [ "child" ] > , "fields" > ? { fields
: TQuery [ "fields" ] } : unknown Type Parameters Child Query Type Parameters Child Zoom Child
Zoom
< TGraph , TQuery > : TQuery extends With < Query < TGraph [ "child" ] > , "zoom" > ? { zoom
: TQuery [ "zoom" ] } : unknown Type Parameters Codes Dict Codes Dict: {}
Type declaration [ key: number ]: { code: string ; parent: string } code: string parent: string Collection Collection
: Resource & { _links
: { first
: { href
: string } } } Collection Graph Links Collection Graph Links< TGraph > : { first: TGraph ; last: TGraph ; next: TGraph ; prev: TGraph ; self: TGraph }
Type Parameters Type declaration first: TGraph last: TGraph next: TGraph prev: TGraph self: TGraph Collection Graph Props Collection Graph Props: { limit: number ; offset: number ; returned_items: number ; total_items: number }
Type declaration limit: number offset: number returned_ items: number total_ items: number Composite Operation Or Auto Composite Operation Or Auto: "accumulate" | "add" | "auto" | "replace"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19977 Condition Predicate Condition
Predicate
< TContext , TEvent > : ( ( context
: TContext , event
: TEvent , meta
: GuardMeta < TContext , TEvent > ) => boolean ) Defined in node_modules/xstate/lib/types.d.ts:81 Type Parameters Type declaration ( context: TContext , event: TEvent , meta: GuardMeta < TContext , TEvent > ) : boolean Parameters context: TContext event: TEvent meta: GuardMeta < TContext , TEvent > Returns boolean Consola Mock Consola Mock: ( ( ... args: any ) => void )
Defined in node_modules/consola/types/consola.d.ts:48 Consola Mock Fn Defined in node_modules/consola/types/consola.d.ts:50 Constraints Constraints: { allowedDaysOfMonth?: number [] ; allowedDaysOfWeek?: number [] ; disallowedDates?: string [] ; max?: string ; min?: string }
Type declaration Optional allowed Days Of Month?: number [] Optional allowed Days Of Week?: number [] Optional disallowed Dates?: string [] Optional max?: string Optional min?: string Constraints Constraints: { allowedDaysOfMonth?: number [] ; allowedDaysOfWeek?: number [] ; disallowedDates?: string [] ; max?: string ; min?: string }
Type declaration Optional allowed Days Of Month?: number [] Optional allowed Days Of Week?: number [] Optional disallowed Dates?: string [] Optional max?: string Optional min?: string Curie Chain Curie
Chain
: [ URL , ... string [] ] Delay Config Delay
Config
< TContext , TEvent > : number | DelayExpr < TContext , TEvent > Defined in node_modules/xstate/lib/types.d.ts:426 Type Parameters Delay Expr Delay
Expr
< TContext , TEvent > : ExprWithMeta < TContext , TEvent , number > Defined in node_modules/xstate/lib/types.d.ts:567 Type Parameters Dispose Activity Function Dispose Activity Function: ( ( ) => void )
Defined in node_modules/xstate/lib/types.d.ts:110 Document Ready State Document Ready State: "complete" | "interactive" | "loading"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19983 Embeds Type Parameters TQuery extends Query < TGraph > | undefined Event Event< TEvent > : TEvent [ "type" ] | TEvent
Defined in node_modules/xstate/lib/types.d.ts:41 Type Parameters Event Listener Or Event Listener Object Defined in node_modules/typescript/lib/lib.dom.d.ts:18970 Exclude Exclude< T , U > : T extends U ? never : T
Defined in node_modules/typescript/lib/lib.es5.d.ts:1494 Type Parameters Exclude Never Type Parameters Expr Expr< TContext , TEvent , T > : ( ( context: TContext , event: TEvent ) => T )
Defined in node_modules/xstate/lib/types.d.ts:603 Type Parameters Type declaration ( context: TContext , event: TEvent ) : T Parameters context: TContext event: TEvent Returns T Expr With Meta Expr
With
Meta
< TContext , TEvent , T > : ( ( context
: TContext , event
: TEvent , meta
: SCXMLEventMeta < TEvent > ) => T ) Defined in node_modules/xstate/lib/types.d.ts:604 Type Parameters Type declaration Parameters context: TContext event: TEvent Returns T Extract Extract< T , U > : T extends U ? T : never
Defined in node_modules/typescript/lib/lib.es5.d.ts:1499 Type Parameters Fields Fields
< TGraph > : TGraph extends With < Core . Graph , "props" > ? ReadonlyArray < keyof TGraph [ "props" ] > : never Type Parameters Float32 List Float32
List
: Float32Array | GLfloat [] Defined in node_modules/typescript/lib/lib.dom.d.ts:19934 Followable Child Type Parameters TQuery extends Query < TGraph > | undefined Followable Child Fields Followable
Child
Fields
< TGraph , TQuery > : TQuery extends With < Query < TGraph [ "child" ] > , "fields" > ? { fields
: TQuery [ "fields" ] } : unknown Type Parameters Followable Child Query Type Parameters Followable Child Zoom Followable
Child
Zoom
< TGraph , TQuery > : TQuery extends With < Query < TGraph [ "child" ] > , "zoom" > ? { zoom
: TQuery [ "zoom" ] } : unknown Type Parameters Followable Embed Type Parameters Followable Embeds Type Parameters TQuery extends Query < TGraph > | undefined Followable Links Followable
Links
< TGraph > : TGraph extends With < Core . Graph , "links" > ? { _links
: { [ TLink in keyof TGraph [ "links" ] ] : Link & Pick < Node < TGraph [ "links" ] [ TLink ] > , NodeMethods > } } : unknown Type Parameters GLfloat GLfloat: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:19931 GLint GLint: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:19926 GLuint GLuint: number
Defined in node_modules/typescript/lib/lib.dom.d.ts:19930 Gamepad Hand Gamepad Hand: "" | "left" | "right"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19988 Gamepad Mapping Type Gamepad Mapping Type: "" | "standard"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19990 Grant Opts Grant
Opts
: ( { code
: string } | { refreshToken
: string } ) & { base
?: URL ; clientId
: string ; clientSecret
: string ; version
?: BackendAPIVersion } Guard Defined in node_modules/xstate/lib/types.d.ts:88 Type Parameters HTMLOrSVGImage Element Defined in node_modules/typescript/lib/lib.dom.d.ts:19896 IDBCursor Direction IDBCursor Direction: "next" | "nextunique" | "prev" | "prevunique"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19991 IDBRequest Ready State IDBRequest Ready State: "done" | "pending"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19992 IDBTransaction Mode IDBTransaction Mode: "readonly" | "readwrite" | "versionchange"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19993 IDBValid Key Defined in node_modules/typescript/lib/lib.dom.d.ts:19944 Image Bitmap Source Defined in node_modules/typescript/lib/lib.dom.d.ts:19901 Image Smoothing Quality Image Smoothing Quality: "high" | "low" | "medium"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19995 Insert Position Insert Position: "beforebegin" | "afterbegin" | "beforeend" | "afterend"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19943 Int32 List Int32
List
: Int32Array | GLint [] Defined in node_modules/typescript/lib/lib.dom.d.ts:19935 Intersection Value Of Type Parameters Invoke Callback Defined in node_modules/xstate/lib/types.d.ts:137 Invoke Creator Defined in node_modules/xstate/lib/types.d.ts:155 Type Parameters TContext TFinalContext = any Type declaration Parameters context: TContext event: TEvent Iterator Result Defined in node_modules/typescript/lib/lib.es2015.iterable.d.ts:41 Type Parameters Key Of Key Of< T > : [ T ] extends [ never ] ? never : keyof T
Type Parameters Key Type Key Type: "private" | "public" | "secret"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19998 Key Usage Key Usage: "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey"
Defined in node_modules/typescript/lib/lib.dom.d.ts:19999 Link Link: { href: string ; name?: string ; templated?: boolean ; title?: string }
Type declaration href: string Optional name?: string Optional templated?: boolean Optional title?: string Links Links
< TGraph > : TGraph extends With < Core . Graph , "links" > ? { _links
: { [ TLink in keyof TGraph [ "links" ] ] : Link } } : unknown Type Parameters Listening State Listening State: "active" | "disambiguation" | "inactive"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20001 MSWeb View Permission State MSWeb View Permission State: "allow" | "defer" | "deny" | "unknown"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20004 MSWeb View Permission Type MSWeb View Permission Type: "geolocation" | "media" | "pointerlock" | "unlimitedIndexedDBQuota" | "webnotifications"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20005 Mapper Mapper< TContext , TEvent , TParams > : ( ( context: TContext , event: TEvent ) => TParams )
Defined in node_modules/xstate/lib/types.d.ts:623 Type Parameters TContext TParams extends {} Type declaration ( context: TContext , event: TEvent ) : TParams Parameters context: TContext event: TEvent Returns TParams Media Key Message Type Media Key Message Type: "individualization-request" | "license-release" | "license-renewal" | "license-request"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20007 Media Stream Track State Media Stream Track State: "ended" | "live"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20011 Navigation Reason Navigation Reason: "down" | "left" | "right" | "up"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20012 Node Methods Node Methods: "delete" | "follow" | "get" | "patch" | "post" | "put"
Offscreen Rendering Context Id Offscreen Rendering Context Id: "2d" | "bitmaprenderer" | "webgl" | "webgl2"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20016 Omit Defined in node_modules/typescript/lib/lib.es5.d.ts:1504 Type Parameters On Error Event Handler Defined in node_modules/typescript/lib/lib.dom.d.ts:19903 Optional Key Of Optional
Key
Of
< T > : Exclude < ValueOf < { [ K in keyof T ] : T extends Record < K , T [ K ] > ? never : K } > , undefined > Type Parameters Options Type declaration settings: { subscriptions: { allowFrequencyModification: any [] } } subscriptions: { allowFrequencyModification: any [] } allow Frequency Modification: any [] Options Type declaration settings: { subscriptions: { allowNextDateModification: Config } } subscriptions: { allowNextDateModification: Config } allow Next Date Modification: Config value: string Options Type declaration settings: { subscriptions: { allow_frequency_modification: any [] } } subscriptions: { allow_frequency_modification: any [] } allow_ frequency_ modification: any [] Options Type declaration settings: { subscriptions: { allow_next_date_modification: Config } } subscriptions: { allow_next_date_modification: Config } allow_ next_ date_ modification: Config value: string Order Order
< TGraph > : TGraph extends With < Core . Graph , "props" > ? keyof TGraph [ "props" ] | ReadonlyArray < keyof TGraph [ "props" ] | OrderRecord < keyof TGraph [ "props" ] > > | OrderRecord < keyof TGraph [ "props" ] > : never Type Parameters Order Record Order Record< TPropertyKey > : { readonly [ Key in TPropertyKey ] ?: "asc" | "desc" }
Type Parameters Orientation Lock Type Orientation Lock Type: "any" | "landscape" | "landscape-primary" | "landscape-secondary" | "natural" | "portrait" | "portrait-primary" | "portrait-secondary"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20017 Orientation Type Orientation Type: "landscape-primary" | "landscape-secondary" | "portrait-primary" | "portrait-secondary"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20018 Partial Partial< T > : { [ P in keyof T ] ?: T [ P ] }
Defined in node_modules/typescript/lib/lib.es5.d.ts:1459 Type Parameters Patch Patch
: Map < string , Record < string , unknown > | null > Performance Entry List Defined in node_modules/typescript/lib/lib.dom.d.ts:19910 Permission State Permission State: "denied" | "granted" | "prompt"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20025 Pick Pick< T , K > : { [ P in K ] : T [ P ] }
Defined in node_modules/typescript/lib/lib.es5.d.ts:1480 Type Parameters Property Key Property Key: string | number | symbol
Defined in node_modules/typescript/lib/lib.es5.d.ts:105 Property Mapper Property Mapper< TContext , TEvent , TParams > : { [ K in keyof TParams ] ?: ( ( context: TContext , event: TEvent ) => TParams [ K ] ) | TParams [ K ] }
Defined in node_modules/xstate/lib/types.d.ts:624 Type Parameters TContext TParams extends {} Props Props
< TGraph , TQuery > : TGraph extends With < Core . Graph , "props" > ? TGraph extends With < Core . Graph , "child" > ? TGraph [ "props" ] : TQuery extends Query < TGraph > ? TQuery [ "fields" ] extends ReadonlyArray < infer Fields
> ? Pick < TGraph [ "props" ] , Extract < Fields , keyof TGraph [ "props" ] > > : TGraph [ "props" ] : TGraph [ "props" ] : unknown Type Parameters TQuery extends Query < TGraph > | undefined RTCData Channel State RTCData Channel State: "closed" | "closing" | "connecting" | "open"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20033 RTCDtls Transport State RTCDtls Transport State: "closed" | "connected" | "connecting" | "failed" | "new"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20036 RTCError Detail Type RTCError Detail Type: "data-channel-failure" | "dtls-failure" | "fingerprint-failure" | "hardware-encoder-error" | "hardware-encoder-not-available" | "idp-bad-script-failure" | "idp-execution-failure" | "idp-load-failure" | "idp-need-login" | "idp-timeout" | "idp-tls-failure" | "idp-token-expired" | "idp-token-invalid" | "sctp-failure" | "sdp-syntax-error"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20038 RTCIce Component RTCIce Component: "rtcp" | "rtp"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20040 RTCIce Gatherer State RTCIce Gatherer State: "complete" | "gathering" | "new"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20044 RTCIce Role RTCIce Role: "controlled" | "controlling" | "unknown"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20047 RTCIce Transport State RTCIce Transport State: "checking" | "closed" | "completed" | "connected" | "disconnected" | "failed" | "new"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20050 RTCPriority Type RTCPriority Type: "high" | "low" | "medium" | "very-low"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20052 Readable Stream Read Result Defined in node_modules/typescript/lib/lib.dom.d.ts:19911 Type Parameters Readonly Readonly< T > : { readonly [ P in keyof T ] : T [ P ] }
Defined in node_modules/typescript/lib/lib.es5.d.ts:1473 Type Parameters Ready State Ready State: "closed" | "ended" | "open"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20061 Receiver Receiver< TEvent > : ( ( listener: ( ( event: TEvent ) => void ) ) => void )
Defined in node_modules/xstate/lib/types.d.ts:136 Type Parameters Type declaration ( listener: ( ( event: TEvent ) => void ) ) : void Parameters listener: ( ( event: TEvent ) => void ) Returns void Record Record< K , T > : { [ P in K ] : T }
Defined in node_modules/typescript/lib/lib.es5.d.ts:1487 Type Parameters Referrer Policy Referrer Policy: "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20062 Request Cache Request Cache: "default" | "force-cache" | "no-cache" | "no-store" | "only-if-cached" | "reload"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20063 Request Credentials Request Credentials: "include" | "omit" | "same-origin"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20064 Request Destination Request Destination: "" | "audio" | "audioworklet" | "document" | "embed" | "font" | "image" | "manifest" | "object" | "paintworklet" | "report" | "script" | "sharedworker" | "style" | "track" | "video" | "worker" | "xslt"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20065 Request Info Defined in node_modules/typescript/lib/lib.dom.d.ts:19892 Request Mode Request Mode: "cors" | "navigate" | "no-cors" | "same-origin"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20066 Request Redirect Request Redirect: "error" | "follow" | "manual"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20067 Required Required< T > : { [ P in keyof T ] -?: T [ P ] }
Defined in node_modules/typescript/lib/lib.es5.d.ts:1466 Type Parameters Required Key Of Required
Key
Of
< T > : Exclude < ValueOf < { [ K in keyof T ] : T extends Record < K , T [ K ] > ? K : never } > , undefined > Type Parameters Resource Resource: { _links: { self: { href: string } } }
Type declaration Readonly _links: { self: { href: string } } Readonly self: { href: string } Resource Embed Type Parameters Response Type Response Type: "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20069 Scroll Restoration Scroll Restoration: "auto" | "manual"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20073 Sender Sender
< TEvent > : ( ( event
: Event < TEvent > ) => void ) Defined in node_modules/xstate/lib/types.d.ts:117 Type Parameters Type declaration ( event: Event < TEvent > ) : void Service Config Defined in node_modules/xstate/lib/types.d.ts:425 Type Parameters Service Worker State Service Worker State: "activated" | "activating" | "installed" | "installing" | "parsed" | "redundant"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20076 Shadow Root Mode Shadow Root Mode: "closed" | "open"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20078 Share Share< T > : { data: T | null ; related?: ReadonlyArray < string > ; source: string }
Type Parameters Type declaration Readonly data: T | null Optional Readonly related?: ReadonlyArray < string > Readonly source: string Single Or Array Single Or Array< T > : T [] | T
Defined in node_modules/xstate/lib/types.d.ts:192 Type Parameters Speech Synthesis Error Code Speech Synthesis Error Code: "audio-busy" | "audio-hardware" | "canceled" | "interrupted" | "invalid-argument" | "language-unavailable" | "network" | "not-allowed" | "synthesis-failed" | "synthesis-unavailable" | "text-too-long" | "voice-unavailable"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20079 State Nodes Config State
Nodes
Config
< TContext , TStateSchema , TEvent > : { [ K in keyof TStateSchema [ "states" ] ] : StateNode < TContext , TStateSchema [ "states" ] [ K ] , TEvent > } Defined in node_modules/xstate/lib/types.d.ts:193 Type Parameters State Value Defined in node_modules/xstate/lib/types.d.ts:68 States Config States
Config
< TContext , TStateSchema , TEvent > : { [ K in keyof TStateSchema [ "states" ] ] : StateNodeConfig < TContext , TStateSchema [ "states" ] [ K ] , TEvent > } Defined in node_modules/xstate/lib/types.d.ts:196 Type Parameters States Definition States
Definition
< TContext , TStateSchema , TEvent > : { [ K in keyof TStateSchema [ "states" ] ] : StateNodeDefinition < TContext , TStateSchema [ "states" ] [ K ] , TEvent > } Defined in node_modules/xstate/lib/types.d.ts:199 Type Parameters Tex Image Source Defined in node_modules/typescript/lib/lib.dom.d.ts:19933 Text Track Kind Text Track Kind: "captions" | "chapters" | "descriptions" | "metadata" | "subtitles"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20080 Text Track Mode Text Track Mode: "disabled" | "hidden" | "showing"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20081 Timer Handler Timer Handler: string | Function
Defined in node_modules/typescript/lib/lib.dom.d.ts:19905 Token Token: { access_token: string ; expires_in: number ; refresh_token: string ; scope: string ; token_type: string }
Type declaration access_ token: string expires_ in: number refresh_ token: string scope: string token_ type: string Track Callback Track Callback: ( ( update: ( < TData > ( data: TData ) => TData | null ) ) => void )
Type declaration ( update: ( < TData > ( data: TData ) => TData | null ) ) : void Parameters update: ( < TData > ( data: TData ) => TData | null ) < TData > ( data: TData ) : TData | null Type Parameters Parameters Returns TData | null Returns void Transferable Defined in node_modules/typescript/lib/lib.dom.d.ts:19947 Transition Config Or Target Defined in node_modules/xstate/lib/types.d.ts:203 Type Parameters Transition Config Target Transition
Config
Target
< TContext , TEvent > : string | undefined | StateNode < TContext , any , TEvent > Defined in node_modules/xstate/lib/types.d.ts:202 Type Parameters Transition Definition Map Defined in node_modules/xstate/lib/types.d.ts:658 Type Parameters Transitions Config Array Defined in node_modules/xstate/lib/types.d.ts:213 Type Parameters Transitions Config Map Defined in node_modules/xstate/lib/types.d.ts:204 Type Parameters Uint32 List Uint32
List
: Uint32Array | GLuint [] Defined in node_modules/typescript/lib/lib.dom.d.ts:19938 Union To Intersection Union To Intersection< U > : ( U extends any ? ( ( k: U ) => void ) : never ) extends ( ( k: infer I) => void ) ? I : never
Type Parameters UniversalAPIAuth Error Code V8N V8N: { check: any }
Type declaration check: function check( ... args: any [] ) : boolean Parameters Returns boolean Value Of Value Of< T > : T [ keyof T ]
Type Parameters Visibility State Visibility State: "hidden" | "visible"
Defined in node_modules/typescript/lib/lib.dom.d.ts:20087 XPathNSResolver XPathNSResolver: ( ( prefix: string | null ) => string | null ) | { lookupNamespaceURI: any }
Defined in node_modules/typescript/lib/lib.dom.d.ts:1928 Zoom In Zoom
In
< TZoom , TRel > : TZoom extends ( infer Items
) [] ? ValueOf < Extract < Items , Record < TRel , unknown > > > : TZoom extends Record < TRel , infer NestedAPINodeQueryZoom
> ? NestedAPINodeQueryZoom : never Type Parameters Zoom On Zoom
On
< TGraph , TQuery , TRel > : TQuery extends With < Query < TGraph > , "zoom" > ? ZoomIn < TQuery [ "zoom" ] , TRel > extends Query < Required < TGraph [ "zooms" ] > [ TRel ] > [ "zoom" ] ? ZoomIn < TQuery [ "zoom" ] , TRel > : never : never Type Parameters TQuery extends Query < TGraph > | undefined TRel extends keyof TGraph [ "zooms" ] Zoom Record Type Parameters Zoom String Type Parameters Zooms Zooms
< TGraph , TQuery > : Extract < TGraph extends With < Core . Graph , "zooms" > ? RequiredKeyOf < TGraph [ "zooms" ] > | ( TQuery extends Query < TGraph > ? TQuery extends With < Query < TGraph > , "zoom" > ? TQuery [ "zoom" ] extends string ? TQuery [ "zoom" ] : TQuery [ "zoom" ] extends ( infer R
) [] ? Extract < R , string > | KeyOf < Extract < R , Record < string , unknown > > > : TQuery [ "zoom" ] extends Record < string , unknown > ? keyof TQuery [ "zoom" ] : never : never : never ) : never , string > Type Parameters TQuery extends Query < TGraph > | undefined log Type log Type: "silent" | "fatal" | "error" | "warn" | "log" | "info" | "success" | "debug" | "trace" | "verbose" | "ready" | "start"
Defined in node_modules/consola/types/consola.d.ts:16
Constructor parameters of the {@link UniversalAPIAuthError} class.