mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
[youtubei.js](../../../README.md) / [YT](../README.md) / Analytics
|
|
|
|
# Class: Analytics
|
|
|
|
## Constructors
|
|
|
|
### new Analytics()
|
|
|
|
> **new Analytics**(`response`): [`Analytics`](Analytics.md)
|
|
|
|
#### Parameters
|
|
|
|
• **response**: [`ApiResponse`](../../../interfaces/ApiResponse.md)
|
|
|
|
#### Returns
|
|
|
|
[`Analytics`](Analytics.md)
|
|
|
|
#### Defined in
|
|
|
|
[src/parser/youtube/Analytics.ts:10](https://github.com/LuanRT/YouTube.js/blob/eb21af33db708f0355f4fb15881f5d4fabc7b06c/src/parser/youtube/Analytics.ts#L10)
|
|
|
|
## Properties
|
|
|
|
### sections
|
|
|
|
> **sections**: `undefined` \| [`YTNode`](../../Helpers/classes/YTNode.md)[]
|
|
|
|
#### Defined in
|
|
|
|
[src/parser/youtube/Analytics.ts:8](https://github.com/LuanRT/YouTube.js/blob/eb21af33db708f0355f4fb15881f5d4fabc7b06c/src/parser/youtube/Analytics.ts#L8)
|
|
|
|
## Accessors
|
|
|
|
### page
|
|
|
|
> `get` **page**(): [`IBrowseResponse`](../../APIResponseTypes/type-aliases/IBrowseResponse.md)
|
|
|
|
#### Returns
|
|
|
|
[`IBrowseResponse`](../../APIResponseTypes/type-aliases/IBrowseResponse.md)
|
|
|
|
#### Defined in
|
|
|
|
[src/parser/youtube/Analytics.ts:15](https://github.com/LuanRT/YouTube.js/blob/eb21af33db708f0355f4fb15881f5d4fabc7b06c/src/parser/youtube/Analytics.ts#L15)
|