AngularTS
Preparing search index...
InterpolationFunction
Interface InterpolationFunction
interface
InterpolationFunction
{
exp
:
string
;
expressions
:
string
[]
;
(
context
:
unknown
,
cb
?:
(
val
:
unknown
)
=>
void
)
:
unknown
;
}
InterpolationFunction
(
context
:
unknown
,
cb
?:
(
val
:
unknown
)
=>
void
)
:
unknown
Evaluate the interpolation.
Parameters
context
:
unknown
The scope/context
Optional
cb
:
(
val
:
unknown
)
=>
void
Optional callback when expressions change
Returns
unknown
Index
Properties
exp
expressions
Properties
exp
exp
:
string
expressions
expressions
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exp
expressions
AngularTS
Loading...
Evaluate the interpolation.