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