mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-27 00:29:16 +00:00
chore: gen docs [skip ci]
This commit is contained in:
31
docs/api/namespaces/Misc/classes/AccessibilityContext.md
Normal file
31
docs/api/namespaces/Misc/classes/AccessibilityContext.md
Normal file
@@ -0,0 +1,31 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / AccessibilityContext
|
||||
|
||||
# Class: AccessibilityContext
|
||||
|
||||
## Constructors
|
||||
|
||||
### new AccessibilityContext()
|
||||
|
||||
> **new AccessibilityContext**(`data`): [`AccessibilityContext`](AccessibilityContext.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`AccessibilityContext`](AccessibilityContext.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityContext.ts#L6)
|
||||
|
||||
## Properties
|
||||
|
||||
### label
|
||||
|
||||
> **label**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityContext.ts:4](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityContext.ts#L4)
|
||||
51
docs/api/namespaces/Misc/classes/AccessibilityData.md
Normal file
51
docs/api/namespaces/Misc/classes/AccessibilityData.md
Normal file
@@ -0,0 +1,51 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / AccessibilityData
|
||||
|
||||
# Class: AccessibilityData
|
||||
|
||||
## Constructors
|
||||
|
||||
### new AccessibilityData()
|
||||
|
||||
> **new AccessibilityData**(`data`): [`AccessibilityData`](AccessibilityData.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`AccessibilityData`](AccessibilityData.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:120](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L120)
|
||||
|
||||
## Properties
|
||||
|
||||
### accessibility\_identifier?
|
||||
|
||||
> `optional` **accessibility\_identifier**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:116](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L116)
|
||||
|
||||
***
|
||||
|
||||
### identifier?
|
||||
|
||||
> `optional` **identifier**: `AccessibilityId`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:117](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L117)
|
||||
|
||||
***
|
||||
|
||||
### label?
|
||||
|
||||
> `optional` **label**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/AccessibilityData.ts:118](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/AccessibilityData.ts#L118)
|
||||
121
docs/api/namespaces/Misc/classes/CommandContext.md
Normal file
121
docs/api/namespaces/Misc/classes/CommandContext.md
Normal file
@@ -0,0 +1,121 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / CommandContext
|
||||
|
||||
# Class: CommandContext
|
||||
|
||||
## Constructors
|
||||
|
||||
### new CommandContext()
|
||||
|
||||
> **new CommandContext**(`data`): [`CommandContext`](CommandContext.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`CommandContext`](CommandContext.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:16](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L16)
|
||||
|
||||
## Properties
|
||||
|
||||
### on\_first\_visible?
|
||||
|
||||
> `optional` **on\_first\_visible**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:13](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
### on\_focus?
|
||||
|
||||
> `optional` **on\_focus**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L5)
|
||||
|
||||
***
|
||||
|
||||
### on\_hidden?
|
||||
|
||||
> `optional` **on\_hidden**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:6](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L6)
|
||||
|
||||
***
|
||||
|
||||
### on\_hover?
|
||||
|
||||
> `optional` **on\_hover**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:14](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L14)
|
||||
|
||||
***
|
||||
|
||||
### on\_long\_press?
|
||||
|
||||
> `optional` **on\_long\_press**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### on\_tap?
|
||||
|
||||
> `optional` **on\_tap**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:10](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L10)
|
||||
|
||||
***
|
||||
|
||||
### on\_touch\_end?
|
||||
|
||||
> `optional` **on\_touch\_end**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### on\_touch\_move?
|
||||
|
||||
> `optional` **on\_touch\_move**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### on\_touch\_start?
|
||||
|
||||
> `optional` **on\_touch\_start**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
### on\_visible?
|
||||
|
||||
> `optional` **on\_visible**: [`NavigationEndpoint`](../../YTNodes/classes/NavigationEndpoint.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/CommandContext.ts:12](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/CommandContext.ts#L12)
|
||||
61
docs/api/namespaces/Misc/classes/SubscriptionButton.md
Normal file
61
docs/api/namespaces/Misc/classes/SubscriptionButton.md
Normal file
@@ -0,0 +1,61 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / SubscriptionButton
|
||||
|
||||
# Class: SubscriptionButton
|
||||
|
||||
## Constructors
|
||||
|
||||
### new SubscriptionButton()
|
||||
|
||||
> **new SubscriptionButton**(`data`): [`SubscriptionButton`](SubscriptionButton.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`SubscriptionButton`](SubscriptionButton.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L11)
|
||||
|
||||
## Properties
|
||||
|
||||
### subscribed
|
||||
|
||||
> **subscribed**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### subscription\_type?
|
||||
|
||||
> `optional` **subscription\_type**: `"FREE"` \| `"PAID"` \| `"UNAVAILABLE"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### text
|
||||
|
||||
> **text**: [`Text`](Text.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### type
|
||||
|
||||
> `static` **type**: `string` = `'SubscriptionButton'`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L5)
|
||||
Reference in New Issue
Block a user