NgElementStrategyEvent

Interface for the events emitted through the NgElementStrategy.

      
      interface NgElementStrategyEvent {
  name: string
  value: any
}
    

属性

属性说明
name: string
value: any