• Overview
@angular/core

ListenerOptions

interface
stable

Options that can be used to configure an event listener.

API

    
      interface ListenerOptions {}
    
    

capture

boolean | undefined

once

boolean | undefined

passive

boolean | undefined
Jump to details