Documentation
Preparing search index...
@saltcorn/data
models/eventlog
EventLogCfg
Type Alias EventLogCfg
type
EventLogCfg
=
{
channel
?:
string
|
null
;
event_type
:
string
;
id
?:
number
;
occur_at
:
Date
;
payload
?:
any
|
null
;
user_id
?:
number
|
null
;
}
Index
Properties
channel?
event_
type
id?
occur_
at
payload?
user_
id?
Properties
Optional
channel
channel
?:
string
|
null
event_
type
event_type
:
string
Optional
id
id
?:
number
occur_
at
occur_at
:
Date
Optional
payload
payload
?:
any
|
null
Optional
user_
id
user_id
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
event_
type
id
occur_
at
payload
user_
id
Documentation
Loading...