Interface ICategory

Hierarchy

Implemented by

Properties

color: string

color of the object

description: string

description of the object

description_translations: Record<string, string>

Translations of the description

has_subcategory: boolean

if category has subcategory

icon: string

icon of the object

name: string

name of the object

name_translations: Record<string, string>

Translations of the name

printing_sequence: number

Printing sequence number

sequence: number
subcategories: ISubcategory[]

subcategories of the category

visibility: Visibility[]

Generated using TypeDoc