Visualization
    Preparing search index...

    Interface Progress

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

    interface Progress {
        hide(): void;
        show(): void;
    }
    Index

    Methods

    Methods

    • Hides the progress indicator.

      Returns void

    • Shows the progress indicator.

      Returns void