InstallDownloadedModRequest
InstallDownloadedModRequest selects a cached mod release and its target instances.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
ModID | modId | string | string | No | No | ModID is the catalog identifier of the cached mod. |
VersionID | versionId | string | string | No | No | VersionID is the catalog identifier of the cached release. |
InstanceIDs | instanceIds | []string | string[] | No | No | InstanceIDs lists instances that should receive the release. |
AllowIncompatible | allowIncompatible | bool | boolean | No | No | AllowIncompatible permits installation despite compatibility warnings. |
Used by
- ModCatalogController.InstallDownloadedMod — parameter
request
Source
internal/transport/wails/mod_catalog_controller.go:169