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

Meta