• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# MissionParameter
2
3The **MissionParameter** module defines the parameters required for mission synchronization. It can be used an input parameter in [startSyncRemoteMissions](js-apis-distributedMissionManager.md#distributedmissionmanagerstartsyncremotemissions).
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8
9**Required permissions**: ohos.permission.MANAGE_MISSIONS
10
11**System API**: This is a system API.
12
13**System capability**: SystemCapability.Ability.AbilityRuntime.Mission
14
15## Attributes
16
17| Name         | Type   | Readable  | Writable  | Description         |
18| ----------- | ------- | ---- | ---- | ----------- |
19| deviceId    | string  | Yes   | Yes   | Device ID.    |
20| fixConflict | boolean | Yes   | Yes   | Whether a version conflict occurs.|
21| tag         | number  | Yes   | Yes   | Tag of the mission.   |
22