Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAugmentedMouseEvent

Hierarchy

Index

Properties

ctrlKey

ctrlKey: boolean

currentScope

currentScope: IScope

the scope that is currently handling the event. Once the event propagates through the scope hierarchy, this property is set to null.

defaultPrevented

defaultPrevented: boolean

true if preventDefault was called.

metaKey

metaKey: boolean

name

name: string

name of the event.

Optional stopPropagation

stopPropagation: Function

calling stopPropagation function will cancel further event propagation (available only for events that were $emit-ed).

targetScope

targetScope: IScope

the scope on which the event was $emit-ed or $broadcast-ed.

Methods

preventDefault

  • preventDefault(): void
  • calling preventDefault sets defaultPrevented flag to true.

    Returns void

Generated using TypeDoc