1# TriggerInfo 2 3The **TriggerInfo** module defines the information required for triggering the WantAgent. The information is used as an input parameter of [trigger](js-apis-app-ability-wantAgent.md#wantagenttrigger). 4 5**System capability**: SystemCapability.Ability.AbilityRuntime.Core 6 7| Name | Type | Mandatory| Description | 8| ---------- | --- |-------------------- | ----------- | 9| code | number | Yes | Result code.| 10| want | Want | No | Want. | 11| permission | string | No | Permission. | 12| extraInfo | {[key: string]: any} | No | Extra information. | 13