跳转到内容

ASSET_GROUP_MODES

此内容尚不支持你的语言。

const ASSET_GROUP_MODES: readonly ["local", "subpackage", "remote"]

Defined in: asset/assetGroups.ts:23

The user-facing delivery modes for a group, as a runtime list so callers (the editor’s Delivery menu / badges) enumerate them from one source instead of hand-repeating the members. subpackage maps to the manifest’s lazy bundle mode; local/remote map to themselves.