ContextDisallows player.d.ts#L76
The disallows from the CurrentlyPlayingContext object.
Properties:
Name | Type | Description |
---|---|---|
interrupting_playback | boolean | Interrupting playback. Optional field. |
pausing | boolean | Pausing. OPTIONAL |
resuming | boolean | Resuming. OPTIONAL |
seeking | boolean | Seeking playback location. OPTIONAL |
skipping_next | boolean | Skipping to the next context. OPTIONAL |
skipping_prev | boolean | Skipping to the previous context. OPTIONAL |
toggling_repeat_context | boolean | Toggling repeat context flag. OPTIONAL |
toggling_repeat_track | boolean | Toggling repeat track flag. OPTIONAL |
toggling_shuffle | boolean | Toggling shuffle flag. OPTIONAL |
transferring_playback | boolean | Transfering playback between devices. OPTIONAL |