idProperty
Supposedly unique identifier (or blank). However, it is up to the application developer to ensure the id is unique.
See Scene.findNodeById and Node.findNodeById
This id can be used as a selector within a Theme. For example, if this id is myNamedNode
, then a rule within a theme DSL may look like this :
"#myNamedNode" {
padding( 10 )
}
Content copied to clipboard