AngularTS
Preparing search index...
ScopeEvent
Interface ScopeEvent
interface
ScopeEvent
{
currentScope
:
typeof
Proxy
|
null
;
defaultPrevented
:
boolean
;
name
:
string
;
stopped
:
boolean
;
targetScope
:
typeof
Proxy
;
preventDefault
()
:
void
;
stopPropagation
?
()
:
void
;
}
Index
Properties
current
Scope
default
Prevented
name
stopped
target
Scope
Methods
prevent
Default
stop
Propagation?
Properties
current
Scope
currentScope
:
typeof
Proxy
|
null
default
Prevented
defaultPrevented
:
boolean
name
name
:
string
stopped
stopped
:
boolean
target
Scope
targetScope
:
typeof
Proxy
Methods
prevent
Default
preventDefault
()
:
void
Returns
void
Optional
stop
Propagation
stopPropagation
?
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Scope
default
Prevented
name
stopped
target
Scope
Methods
prevent
Default
stop
Propagation
AngularTS
Loading...