• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TriggerInfo
2
3作为[trigger](js-apis-app-ability-wantAgent.md#wantagenttrigger)的入参定义触发WantAgent所需要的信息。
4
5**系统能力**:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.Core
6
7| 名称       | 类型                 | 必填 | 说明        |
8| ---------- | --- |-------------------- | ----------- |
9| code       | number               | 是   | result code。 |
10| want       | Want                 | 否   | Want。        |
11| permission | string               | 否   | 权限定义。    |
12| extraInfo  | {[key: string]: any} | 否   | 额外数据。    |
13