Settings that can be modified by users. PluginSettings

interface PluginSettings {
    Args: string[];
    Devices: PluginDevice[];
    Env: string[];
    Mounts: PluginMount[];
}

Properties

Properties

Args: string[]
Devices: PluginDevice[]
Env: string[]
Mounts: PluginMount[]