Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
Event
Interface Event<T>
interface
Event
<
T
>
{
distinctId
?:
string
;
message
?:
string
;
severity
?:
LogLevel
;
[
key
:
string
]:
|
undefined
|
string
|
number
|
bigint
|
boolean
|
BigDecimal
|
BN
|
Attribute
<
T
>
|
Exclude
<
T
,
Promise
<
any
>
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
Attribute
<
T
>
Event
Indexable
[
key
:
string
]:
|
undefined
|
string
|
number
|
bigint
|
boolean
|
BigDecimal
|
BN
|
Attribute
<
T
>
|
Exclude
<
T
,
Promise
<
any
>
>
Index
Properties
distinct
Id?
message?
severity?
Properties
Optional
distinct
Id
distinctId
?:
string
Optional
message
message
?:
string
Optional
severity
severity
?:
LogLevel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distinct
Id
message
severity
@sentio/sdk
Loading...