This API provides the functionality related to SAS Visual Investigator's application theme.
Accessed from the window at window.sas.vi.theme.
window.sas.vi.theme
window.sas.vi.theme.getCurrent(); Copy
window.sas.vi.theme.getCurrent();
The current theme.
Gets the current theme.
to be called when a theme is changed.
A function that, when invoked, stops the callback from being called.
Callback function when the theme is changed.
This API provides the functionality related to SAS Visual Investigator's application theme.
Accessed from the window at
window.sas.vi.theme
.Example