Attribute.get

Reads the runtime value of the attribute if it caqn produce one. The result is returned as a Variant object.

  1. Variant get [@property getter]
    class Attribute
    @property abstract const
    Variant
    get
    ()
  2. T get [@property getter]

Return Value

Type: Variant

A Variant that constains the runtime value of the attribute.

Meta