Stone.js API
Docs
Home
Preparing search index...
stone-js-core/src/events/OutgoingResponse
OutgoingResponseOptions
Interface OutgoingResponseOptions
OutgoingResponseOptions.
interface
OutgoingResponseOptions
{
content
?:
unknown
;
metadata
?:
Record
<
string
,
unknown
>
;
source
?:
object
;
statusCode
?:
number
;
statusMessage
?:
string
;
timeStamp
?:
number
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
EventOptions
OutgoingResponseOptions
Indexable
[
key
:
string
]:
unknown
Index
Properties
content?
metadata?
source?
status
Code?
status
Message?
time
Stamp?
type?
Properties
Optional
content
content
?:
unknown
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
metadata
source
status
Code
status
Message
time
Stamp
type
Docs
Home
Stone.js API
Loading...
OutgoingResponseOptions.