Datalayer VS Code Extension - v0.0.18
    Preparing search index...

    Interface RuntimeProgressBarProps

    Props for the RuntimeProgressBar component.

    interface RuntimeProgressBarProps {
        isDatalayerRuntime: boolean;
        runtime: RuntimeJSON;
    }
    Index
    isDatalayerRuntime: boolean
    runtime: RuntimeJSON