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]
  2. String name [@property setter]
    struct Node
    @nogc nothrow @property
    void
    name
    (
    String v
    )

Meta