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

    Type Alias RuntimeSelectCallback

    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