Properties¶
window.host
hostReady¶
true = window.host API is ready, otherwise false
hostContainerHidden¶
Available since API version 1.12
true = host container is hidden. For docking widgets this means that the docking widget is closed (hidden).
apiMajorVersion¶
Numeric value indicating the current major version of the API. This value will be incremented each time a breaking change to the API is introduced (change of existing API methods/parameters/properties signatures).
apiMinorVersion¶
Numeric value indicating the current minor version of the API. This value will be incremented each time a non-breaking change to the API is introduced (additional functionality, bugfixes of existing functionality).