WindowRef
Holds references to the object instance of the Window.
Controls the Windows that were opened through WindowService
(see example).
Name | Type | Default | Description |
---|---|---|---|
close |
| Allows you to close the Window by using code.
When called with no arguments,
the | |
content |
| A reference to the child component of the Window. Available when the Window is opened with component content. | |
result |
| Emits events when the Window is closed through the Esc key, the Close button of the title bar or
by calling the | |
window |
| A reference to the Window instance. |
Constructors
WindowRef
()