Datalayer VS Code Extension - v0.0.9
    Preparing search index...
    RuntimeSelectCallback: (runtime: RuntimeJSON | undefined) => void

    Callback function type for runtime selection. Both editors should implement this to update their runtime state.

    Type Declaration

      • (runtime: RuntimeJSON | undefined): void
      • Parameters

        • runtime: RuntimeJSON | undefined

        Returns void