ledfx
Preparing search index...
PlaylistRuntimeState
Interface PlaylistRuntimeState
Runtime state of an active playlist (ephemeral data).
interface
PlaylistRuntimeState
{
active_playlist
:
string
;
effective_duration_ms
:
number
;
index
:
number
;
mode
:
"sequence"
|
"shuffle"
;
order
:
number
[]
;
paused
:
boolean
;
remaining_ms
:
number
;
scene_id
:
string
;
scenes
:
string
[]
;
timing
:
PlaylistTiming
;
}
Index
Properties
active_
playlist
effective_
duration_
ms
index
mode
order
paused
remaining_
ms
scene_
id
scenes
timing
Properties
active_
playlist
active_playlist
:
string
effective_
duration_
ms
effective_duration_ms
:
number
index
index
:
number
mode
mode
:
"sequence"
|
"shuffle"
order
order
:
number
[]
paused
paused
:
boolean
remaining_
ms
remaining_ms
:
number
scene_
id
scene_id
:
string
scenes
scenes
:
string
[]
timing
timing
:
PlaylistTiming
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active_
playlist
effective_
duration_
ms
index
mode
order
paused
remaining_
ms
scene_
id
scenes
timing
ledfx
Loading...
Runtime state of an active playlist (ephemeral data).