Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
IMeteorDeps
Interface IMeteorDeps
Deps *
Index
Properties
active
currentComputation
Methods
Computation
Dependency
afterFlush
autorun
flush
nonreactive
onInvalidate
Properties
public
active
:
boolean
public
currentComputation
:
IMeteorComputationObject
Methods
public
Computation
(
)
constructor
public
Dependency
(
)
constructor
public
afterFlush
(
callback
:
Function
)
Parameters
callback:
Function
public
autorun
(
runFunc
:
Function
)
:
IMeteorComputationObject
Parameters
runFunc:
Function
Returns
IMeteorComputationObject
public
flush
(
)
public
nonreactive
(
func
:
Function
)
Parameters
func:
Function
public
onInvalidate
(
callback
:
Function
)
Parameters
callback:
Function
Globals
MeteorEventType