Provides access points to launch Spotfire controls and UI component relevant for a Mod Visualization.

interface Controls {
    contextMenu: ContextMenu;
    errorOverlay: ErrorOverlay;
    popout: Popout;
    progress: Progress;
    tooltip: Tooltip;
}

Properties

contextMenu: ContextMenu

Gets an object with methods to show a context menu.

errorOverlay: ErrorOverlay

Gets an object that can be used to show an error overlay native Spotfire style.

popout: Popout

Gets an object that can be used to create and show a Spotfire popout dialog.

progress: Progress

Gets an object with methods to show and hide the Spotfire progress indicator.

tooltip: Tooltip

Gets an object with methods to show and hide a Spotfire tooltip.