Stone.js API
Docs
Home
Preparing search index...
stone-js-core/src/events/Event
EventOptions
Interface EventOptions
EventOptions.
interface
EventOptions
{
metadata
?:
Record
<
string
,
unknown
>
;
source
?:
object
;
timeStamp
?:
number
;
type
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
Record
<
string
,
unknown
>
EventOptions
IncomingEventOptions
OutgoingResponseOptions
Indexable
[
key
:
string
]:
unknown
Index
Properties
metadata?
source?
time
Stamp?
type?
Properties
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
source
source
?:
object
Optional
time
Stamp
timeStamp
?:
number
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
metadata
source
time
Stamp
type
Docs
Home
Stone.js API
Loading...
EventOptions.