Datalayer Desktop - v0.0.2
    Preparing search index...

    Runtime creation options.

    interface RuntimeOptions {
        environmentId?: string;
        name?: string;
        resources?: { cpu?: string; memory?: string };
    }
    Index

    Properties

    environmentId?: string
    name?: string
    resources?: { cpu?: string; memory?: string }