Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface TPAction

A plain-object representation of a FluxAction request.

Hierarchy

  • TPRequest_
    • TPAction

Index

Properties

method

method: HMETHOD

The method that called this request.

Optional headers

headers: object

A plain-object of any headers within this request.

Type declaration

  • [headerName: string]: string

Optional body

body: object

A plain-object of any body within this request.

Type declaration

  • [paramName: string]: string

Optional query

query: object

A plain-object of any query within this request.

Type declaration

  • [paramName: string]: string

Optional files

files: string[]

An Array any files within this request.