AngularTS
Preparing search index...
InvocationDetail
Interface InvocationDetail
interface
InvocationDetail
{
expr
:
string
;
reply
?:
{
reject
:
(
reason
:
unknown
)
=>
PromiseLike
<
never
>
;
resolve
:
(
value
:
unknown
)
=>
unknown
;
}
;
}
Index
Properties
expr
reply?
Properties
expr
expr
:
string
Optional
reply
reply
?:
{
reject
:
(
reason
:
unknown
)
=>
PromiseLike
<
never
>
;
resolve
:
(
value
:
unknown
)
=>
unknown
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expr
reply
AngularTS
Loading...