{string} The identifier for the application configuration that the bundle belongs to.
{string} The name of the configuration bundle.
The software version number and the installed version of the API.
{string} Name of the solution extension.
A Promise that resolves to the solution extension if the name is found.
{SviDocumentManager} Document manager configuration.
{string} The name of the configuration bundle.
{function(): void} A function which should open a view to allow the user to modify the given configuration bundle.
{SolutionExtension} Solution extension configuration.
A Promise that resolves when the solution has been sent to the cache.
{AppConfigBundle} The updated application configuration bundle.
A Promise resolving to the saved configuration bundle.
Configuration-related functionality.
Accessed from the window at
window.sas.vi.config
.Example