mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 19:42:14 +00:00
18 lines
872 B
Markdown
18 lines
872 B
Markdown
[youtubei.js](../../../README.md) / [Parser](../README.md) / parseRR
|
|
|
|
# Function: parseRR()
|
|
|
|
> **parseRR**(`actions`): [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md)\>
|
|
|
|
## Parameters
|
|
|
|
• **actions**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)[]
|
|
|
|
## Returns
|
|
|
|
[`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`ReloadContinuationItemsCommand`](../../../classes/ReloadContinuationItemsCommand.md) \| [`AppendContinuationItemsAction`](../../YTNodes/classes/AppendContinuationItemsAction.md)\>
|
|
|
|
## Defined in
|
|
|
|
[src/parser/parser.ts:717](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/parser.ts#L717)
|