1# NotificationActionButton 2 3描述通知中显示的操作按钮。 4 5> **说明:** 6> 7> 本模块首批接口从API version 7开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 8 9## 属性 10 11**系统能力:** 以下各项对应的系统能力均为SystemCapability.Notification.Notification 12 13| 名称 | 类型 | 只读 | 可选 | 说明 | 14| --------- | ----------------------------------------------- | --- | ---- | ------------------------- | 15| title | string | 否 | 否 | 按钮标题。 | 16| wantAgent | [WantAgent](../apis-ability-kit/js-apis-app-ability-wantAgent.md) | 否 | 否 | 点击按钮时触发的WantAgent。 | 17| extras | { [key: string]: any } | 否 | 是 | 按钮扩展信息。预留能力,暂未支持。 | 18| userInput<sup>8+</sup> | [NotificationUserInput](js-apis-inner-notification-notificationUserInput.md) | 否 | 是 | 用户输入对象实例。表示用户输入时的标识。 | 19