Interface CurseForgeCategory

Hierarchy

  • CurseForgeCategory

Properties

classId: null | number

The class id of the category, meaning - the class of which this category is under.

dateModified: Date

Last modified date of the category.

displayIndex: null | number

The display index for this category.

gameId: number

The game id related to the category.

iconUrl: string

URL for the category icon.

id: number

The category id.

isClass: null | boolean

A top level category for other categories.

name: string

Category name.

parentCategoryId: null | number

The parent category for this category.

slug: string

The category slug as it appear in the URL.

url: string

The category URL.

Generated using TypeDoc