PlaylistReorderOptions src/Interface.ts#L216
The options structure required for [PlaylistManager.reorderItems] function.
Properties:
| Name | Type | Description |
|---|---|---|
| insertBefore | number | The position where the items should be inserted. OPTIONAL |
| rangeLength | number | The amount of items to be reordered. OPTIONAL |
| rangeStart | number | The position of the first item to be reordered. OPTIONAL |
| snapshotID | string | The playlist’s snapshot ID against which you want to make the changes. OPTIONAL |
| uris | string[] | The uris of the tracks or episodes. OPTIONAL |