raw property
dynamic
get
raw
The underlying platform object.
On browser: the native JS object from package:web.
On server: null.
Used internally by the Spark framework. Application code should not rely on this property.
Implementation
dynamic get raw;