types.actions

Interfaces

GraftingSuccessAction

Extends

  • Action

Properties

Property
Type
Overrides
Defined in

type

string

Action.type

payload

{pageKey: string;keyPath: string; }

-

payload.pageKey

string

-

payload.keyPath

string

-


GraftingErrorAction

Extends

  • Action

Properties

Property
Type
Overrides
Defined in

type

string

Action.type

payload

{pageKey: string;url: string;err: unknown;keyPath: string; }

-

payload.pageKey

string

-

payload.url

string

-

payload.err

unknown

-

payload.keyPath

string

-

Type Aliases

FetchArgs

FetchArgs: [string, BasicRequestInit]

Tuple of Fetch arguments that Superglue passes to Fetch.

Defined in

lib/types/actions.ts:7

Last updated

Was this helpful?