kient / Category
Class: Category
Data structure of a stream category
Extends
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
_kient | readonly | Kient | - | Base ._kient | src/structures/base.ts:4 |
id | public | number | The category's id | - | src/structures/category.ts:14 |
name | public | string | The category's name | - | src/structures/category.ts:19 |
thumbnail | public | string | The category's thumbnail image url | - | src/structures/category.ts:24 |
Methods
toJSON()
ts
toJSON(): ExcludeFunctionsAndPrivate<Category>