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