Node.text

Set the text of this node. Only for text nodes!

  1. string text [@property getter]
  2. string text [@property setter]
    struct Node
    @property
    void
    text
    (
    string s
    )

Meta