Datalayer VS Code Extension - v0.0.10
    Preparing search index...
    • Creates a new runtime with the specified environment.

      Parameters

      • sdk: DatalayerClient

        Datalayer SDK instance

      • environment: EnvironmentDTO

        Environment to use

      • OptionalpreSelectedSnapshotId: string

        Optional snapshot ID to restore from (skips snapshot selection)

      • OptionalonRuntimeCreating: (runtime: RuntimeDTO) => void | Promise<void>

        Optional callback triggered when runtime creation starts (after all dialogs)

      Returns Promise<RuntimeDTO>

      Created runtime or undefined if failed