AppImageConfigCodeEditorAppImageConfigContainerConfig constructor
const
AppImageConfigCodeEditorAppImageConfigContainerConfig({})
Creates a new AppImageConfigCodeEditorAppImageConfigContainerConfig.
containerArguments The arguments for the container when you're running the application.
containerEntrypoints The entrypoint used to run the application in the container.
containerEnvironmentVariables The environment variables to set in the container.
Implementation
const AppImageConfigCodeEditorAppImageConfigContainerConfig({
this.containerArguments,
this.containerEntrypoints,
this.containerEnvironmentVariables,
});