The RpgLogs Scripting API
Preparing search index...
RpgLogs
EventTimelineEvent
Type Alias EventTimelineEvent
type
EventTimelineEvent
=
{
ability
:
{
iconUrl
:
string
;
id
:
number
;
isOffGcd
?:
boolean
;
name
:
string
;
type
:
string
;
}
;
duration
:
number
;
effectDuration
:
number
;
id
:
string
;
label
?:
string
|
null
;
occurrence
:
number
;
timestamp
:
number
;
tooltipLines
:
EventTimelineGridTooltipLineViewModel
[]
|
null
;
}
Index
Properties
ability
duration
effect
Duration
id
label?
occurrence
timestamp
tooltip
Lines
Properties
ability
ability
:
{
iconUrl
:
string
;
id
:
number
;
isOffGcd
?:
boolean
;
name
:
string
;
type
:
string
;
}
duration
duration
:
number
effect
Duration
effectDuration
:
number
id
id
:
string
Optional
label
label
?:
string
|
null
occurrence
occurrence
:
number
timestamp
timestamp
:
number
tooltip
Lines
tooltipLines
:
EventTimelineGridTooltipLineViewModel
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ability
duration
effect
Duration
id
label
occurrence
timestamp
tooltip
Lines
The RpgLogs Scripting API
Loading...