Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react-core/src/declarations
ReactOutgoingResponseOptions
Interface ReactOutgoingResponseOptions
Options for creating a React Outgoing Response.
interface
ReactOutgoingResponseOptions
{
content
?:
unknown
;
headers
?:
HeadersType
;
metadata
?:
Record
<
string
,
unknown
>
;
source
?:
object
;
statusCode
?:
number
;
statusMessage
?:
string
;
timeStamp
?:
number
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy
OutgoingResponseOptions
ReactOutgoingResponseOptions
Indexable
[
key
:
string
]:
unknown
Index
Properties
content?
headers?
metadata?
source?
status
Code?
status
Message?
time
Stamp?
type?
Properties
Optional
content
content
?:
unknown
Optional
headers
headers
?:
HeadersType
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
source
source
?:
object
Optional
status
Code
statusCode
?:
number
Optional
status
Message
statusMessage
?:
string
Optional
time
Stamp
timeStamp
?:
number
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
headers
metadata
source
status
Code
status
Message
time
Stamp
type
Docs
Home
Stone.js API
Loading...
Options for creating a React Outgoing Response.