Node.name

The name of the node. This name is unique among the siblings (other child nodes from the same parent). When set to an existing name, the node will be automatically renamed. Note: Auto-generated names might include the @ character, which is reserved for unique names when using addChild. When setting the name manually, any @ will be removed.

  1. String name [@property getter]
    struct Node
    @nogc nothrow @property
    String
    name
    ()
  2. String name [@property setter]

Meta