mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
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/305a398158a6cac82e6ef288fed4bf1661c89d52/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/305a398158a6cac82e6ef288fed4bf1661c89d52/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/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/youtube/Analytics.ts#L15)
|