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

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

Meta