$view

reference to the top HTML element of the view

HTMLElement $view;

Example

var node = $$("mylist").$view;

Details

The option is not intended for direct use. Do not try to set this value.

Back to top