Interface: CloseableWindow

JSWindows#CloseableWindow

Something that can be closed.
Source:

Members

(readonly) closed :boolean

Whether it is closed
Type:
  • boolean
Properties:
Name Type Description
closed boolean
Source:

Methods

close() → {void}

Close the thing.
Source:
Returns:
Type
void