property id

(r/w) string id;

Typ

Zugriff

This property sets and gets the id of a box that is used to identify the box from other boxes of the same type. It can also be used to retrieve the specific box in the scene. Boxes must be assigned an id for this to work. Giving a box an id is not required so in some cases this property may be empty.

See firstChild property for example.