alerts.performance.PerformanceOptions interface

应用分发函数的配置。

签名

export interface PerformanceOptions extends EventHandlerOptions 

扩展EventHandlerOptions

属性

属性 类型 说明
appId 字符串 限定函数范围,以便在特定应用上触发。

alert.performance.PerformanceOptions.appId

限定函数范围,以便在特定应用上触发。

签名

appId?: string;