填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

NgElementStrategyEvent

通过 NgElementStrategy 发出的事件的接口。

Interface for the events emitted through the NgElementStrategy.

      
      interface NgElementStrategyEvent {
  name: string
  value: any
}
    

属性

属性说明
name: string
value: any