The RpgLogs Scripting API
Preparing search index...
RpgLogs
EventTimelineGridComponent
Type Alias EventTimelineGridComponent
type
EventTimelineGridComponent
=
{
component
:
"EventTimelineGrid"
;
props
:
{
categories
:
EventTimelineCategory
[]
;
defaultZoom
?:
number
;
headerRow
?:
EventTimelineRow
|
null
;
limit
?:
number
;
normalization
?:
{
default
?:
RotationSelectedOccurrence
|
null
;
isEnabled
:
boolean
;
}
;
rows
:
EventTimelineRow
[]
;
}
;
}
Index
Properties
component
props
Properties
component
component
:
"EventTimelineGrid"
props
props
:
{
categories
:
EventTimelineCategory
[]
;
defaultZoom
?:
number
;
headerRow
?:
EventTimelineRow
|
null
;
limit
?:
number
;
normalization
?:
{
default
?:
RotationSelectedOccurrence
|
null
;
isEnabled
:
boolean
;
}
;
rows
:
EventTimelineRow
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
props
The RpgLogs Scripting API
Loading...