@eagleoutice/flowr - v2.13.14
Preparing search index...
src/queries/catalog/does-call-query/does-call-query-format
DoesCallQueryResult
Interface DoesCallQueryResult
interface
DoesCallQueryResult
{
".meta"
:
BaseQueryMeta
;
results
:
Record
<
string
,
FindAllCallsResult
|
false
>
;
}
Hierarchy (
View Summary
)
BaseQueryResult
DoesCallQueryResult
Index
Properties
.meta
results
Properties
Readonly
.meta
".meta"
:
BaseQueryMeta
Readonly
results
results
:
Record
<
string
,
FindAllCallsResult
|
false
>
Results are either false (does not call) or an object with details on the calls made
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
.meta
results
@eagleoutice/flowr - v2.13.14
Loading...
Results are either false (does not call) or an object with details on the calls made