Skip to content

Actions

Interfaces

GraftingSuccessAction

Extends

  • Action

Properties

Property Type Overrides Defined in
type string Action.type lib/types/actions.ts:12
payload {pageKey: string;keyPath: string; } - lib/types/actions.ts:13
payload.pageKey string - lib/types/actions.ts:14
payload.keyPath string - lib/types/actions.ts:15

GraftingErrorAction

Extends

  • Action

Properties

Property Type Overrides Defined in
type string Action.type lib/types/actions.ts:20
payload {pageKey: string;url: string;err: unknown;keyPath: string; } - lib/types/actions.ts:21
payload.pageKey string - lib/types/actions.ts:22
payload.url string - lib/types/actions.ts:23
payload.err unknown - lib/types/actions.ts:24
payload.keyPath string - lib/types/actions.ts:25

Type Aliases

FetchArgs

FetchArgs: [string, BasicRequestInit]

Tuple of Fetch arguments that Superglue passes to Fetch.

Defined in

lib/types/actions.ts:7