AppImageConfigCodeEditorAppImageConfig constructor
const
AppImageConfigCodeEditorAppImageConfig({
- Input<
AppImageConfigCodeEditorAppImageConfigContainerConfig?> ? containerConfig, - Input<
AppImageConfigCodeEditorAppImageConfigFileSystemConfig?> ? fileSystemConfig,
Creates a new AppImageConfigCodeEditorAppImageConfig.
containerConfig The configuration used to run the application image container. See Container Config details below.
fileSystemConfig The URL where the Git repository is located. See File System Config details below.
Implementation
const AppImageConfigCodeEditorAppImageConfig({
this.containerConfig,
this.fileSystemConfig,
});