Wasm Directoryalpha
Record

currently-playing-context-object

No description available.

record currently-playing-context-object {
  actions: option​<disallows-object>,
  context: option​<context-object>,
  currently-playing-type: option​<string>,
  device: option​<device-object>,
  is-playing: option​<bool>,
  item: option​<string>,
  progress-ms: option​<s32>,
  repeat-state: option​<string>,
  shuffle-state: option​<bool>,
  timestamp: option​<s32>,
}

Fields

NameTypeDescription
actionsoption​<disallows-object>
contextoption​<context-object>
currently-playing-typeoption​<string>
deviceoption​<device-object>
is-playingoption​<bool>
itemoption​<string>
progress-msoption​<s32>
repeat-stateoption​<string>
shuffle-stateoption​<bool>
timestampoption​<s32>