Component.innerText

Sets the inner text of the component.

  1. dstring innerText [@property getter]
  2. dstring innerText [@property setter]
    class Component
    @property
    void
    innerText
    (
    dstring newInnerText
    )

Meta