Breezy
main
main
  • README
  • Code of conduct
  • Contributing Guide
  • Changelog
  • Security Policy
  • docs
    • configuration
    • Cross cutting concerns
    • deferments
    • Demo Application
    • Digging
    • Overview
    • Installation
    • NavigationContext
    • The page response
    • Rails utils
    • The store shape
    • Requests
    • Tutorial
    • The return of Rails UJS
    • recipes
      • Infinite scroll
      • Modals
      • progress-bar
      • Shopping cart
      • SPA (Single Page Application) Pagination
      • Server-Side Rendering
      • Replicating Turbo behavior
      • Usage with vite
    • Modules
      • Functions
      • Functions
      • index
      • types.actions
      • types
      • Interfaces
Powered by GitBook
On this page
  • Interfaces
  • Type Aliases

Was this helpful?

  1. docs
  2. Modules

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

Tuple of Fetch arguments that Superglue passes to Fetch.

Defined in

PreviousindexNexttypes

Last updated 4 months ago

Was this helpful?

FetchArgs: [string, ]

lib/types/actions.ts:7
lib/types/actions.ts:12
lib/types/actions.ts:13
lib/types/actions.ts:14
lib/types/actions.ts:15
lib/types/actions.ts:20
lib/types/actions.ts:21
lib/types/actions.ts:22
lib/types/actions.ts:23
lib/types/actions.ts:24
lib/types/actions.ts:25
BasicRequestInit