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

[read-only] id : int

The BrickLink id of this category.


[read-only] isNull : bool

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.


[read-only] name : string

The BrickLink name of this category.


© 2004-2024 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.