mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 19:42:14 +00:00
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
[youtubei.js](../../../README.md) / [Misc](../README.md) / RendererContext
|
|
|
|
# Class: RendererContext
|
|
|
|
## Constructors
|
|
|
|
### new RendererContext()
|
|
|
|
> **new RendererContext**(`data`?): [`RendererContext`](RendererContext.md)
|
|
|
|
#### Parameters
|
|
|
|
• **data?**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
|
|
|
#### Returns
|
|
|
|
[`RendererContext`](RendererContext.md)
|
|
|
|
#### Defined in
|
|
|
|
[src/parser/classes/misc/RendererContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/RendererContext.ts#L9)
|
|
|
|
## Properties
|
|
|
|
### accessibility\_context?
|
|
|
|
> `optional` **accessibility\_context**: [`AccessibilityContext`](AccessibilityContext.md)
|
|
|
|
#### Defined in
|
|
|
|
[src/parser/classes/misc/RendererContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/RendererContext.ts#L7)
|
|
|
|
***
|
|
|
|
### command\_context?
|
|
|
|
> `optional` **command\_context**: [`CommandContext`](CommandContext.md)
|
|
|
|
#### Defined in
|
|
|
|
[src/parser/classes/misc/RendererContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/classes/misc/RendererContext.ts#L6)
|