Xivgear Types Documentation
Preparing search index...
@xivgear/sims
cycle_sim
CycleInfo
Type Alias CycleInfo
Contains number, start time, and end time for a cycle.
type
CycleInfo
=
{
cycleNum
:
number
;
end
:
number
|
null
;
start
:
number
;
}
Index
Properties
cycle
Num
end
start
Properties
Readonly
cycle
Num
cycleNum
:
number
end
end
:
number
|
null
start
start
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cycle
Num
end
start
Xivgear Types Documentation
Loading...
Contains number, start time, and end time for a cycle.