Category QML Type

This value type represents a BrickLink item category. More...

Import Statement: import BrickLink 1.0

Properties

Detailed Description

Each category in the BrickLink catalog is available as a Category object.

You cannot create Category objects yourself, but you can retrieve a Category object given the id via BrickLink::category(). Each Item also has a read-only property Item::category.

See https://www.bricklink.com/catalogCategory.asp

Property Documentation

id : int [read-only]

The BrickLink id of this category.


isNull : bool [read-only]

Returns whether this Category is null. Since this type is a value wrapper around a C++ object, we cannot use the normal JavaScript null notation.


name : string [read-only]

The BrickLink name of this category.


© 2004-2025 Robert Griebl. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. All trademarks are property of their respective owners.