ComponentTypeCategory

ComponentTypeCategory
ComponentTypeCategory

An instance of the available categories on the CBP Editor

JSON Example
{
    "iconId": "string",
    "name": "string",
    "description": "string",
    "id": "string",
    "type": "string",
    "properties": "string",
    "order": 0
}
string
iconId
Optional

ID of the icon of the category

string
name
Optional

Localization key of the name of the category

string
description
Optional

Localization key of the description of the category

string
id
Optional

ID of the composition category

string
type
Optional

Type of the category

string
properties
Optional

JSON serialized string of extra properties of the categories such as permissions or if it should be hidden etc.

integer As int32 As int32
order
Optional

The order of the category in which it should appear on the UI