Skip to content

kient / Category

Class: Category

src/structures/category.ts:10

Data structure of a stream category

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
_kientreadonlyKient-Base._kientsrc/structures/base.ts:4
idpublicnumberThe category's id-src/structures/category.ts:14
namepublicstringThe category's name-src/structures/category.ts:19
thumbnailpublicstringThe category's thumbnail image url-src/structures/category.ts:24

Methods

toJSON()

ts
toJSON(): ExcludeFunctionsAndPrivate<Category>

src/structures/category.ts:35

Returns

ExcludeFunctionsAndPrivate<Category>