Actions
Interfaces¶
GraftingSuccessAction¶
Defined in: types/actions.ts:11
Extends¶
Action
Properties¶
| Property | Type | Overrides | Defined in |
|---|---|---|---|
type |
string |
Action.type |
types/actions.ts:12 |
payload |
{ pageKey: string; keyPath: string; } |
- | types/actions.ts:13 |
payload.pageKey |
string |
- | types/actions.ts:14 |
payload.keyPath |
string |
- | types/actions.ts:15 |
GraftingErrorAction¶
Defined in: types/actions.ts:19
Extends¶
Action
Properties¶
| Property | Type | Overrides | Defined in |
|---|---|---|---|
type |
string |
Action.type |
types/actions.ts:20 |
payload |
{ pageKey: string; url: string; err: unknown; keyPath: string; } |
- | types/actions.ts:21 |
payload.pageKey |
string |
- | types/actions.ts:22 |
payload.url |
string |
- | types/actions.ts:23 |
payload.err |
unknown |
- | types/actions.ts:24 |
payload.keyPath |
string |
- | types/actions.ts:25 |
Type Aliases¶
FetchArgs¶
FetchArgs = [
string,BasicRequestInit]
Defined in: types/actions.ts:7
Tuple of Fetch arguments that Superglue passes to Fetch.