Skip to content

withFolderGroup

withFolderGroup(config, folder, mode): AssetGroupsConfig

Defined in: asset/assetGroups.ts:189

A copy of config with folder assigned delivery mode — the pure authoring mutation the editor writes to .esengine/asset-groups.json. local drops the group, unless it is carrying an alwaysInclude that must outlive the mode change (a folder can be ordinary local delivery AND always shipped).

AssetGroupsConfig | null | undefined

string

"local" | "remote" | "subpackage"

AssetGroupsConfig