• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# MissionSnapshot
2
3
4> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
5> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
6
7
8Provides the snapshot of a mission.
9
10
11## Modules to Import
12
13
14```
15import { ElementName } from '../bundle/elementName';
16import { image } from '../@ohos.multimedia.image';
17```
18
19
20## MissionSnapshot
21
22Describes the mission snapshot.
23
24  | Name| Type| Readable| Writable| Description|
25| -------- | -------- | -------- | -------- | -------- |
26| ability | ElementName | Yes| Yes| Information that matches an ability.|
27| snapshot | [image.PixelMap](js-apis-image.md) | Yes| Yes| Snapshot of the mission.|
28