Lime Web Components API Documentation - v6.24.0
Preparing search index...
QueryService
Interface QueryService
Service for executing queries using the query objects API
interface
QueryService
{
execute
(
query
:
Query
)
:
Promise
<
QueryResponse
>
;
}
Index
Methods
execute
Methods
execute
execute
(
query
:
Query
)
:
Promise
<
QueryResponse
>
Execute a query
Parameters
query
:
Query
Returns
Promise
<
QueryResponse
>
Settings
Member Visibility
Alpha
Beta
Internal
Theme
OS
Light
Dark
On This Page
Methods
execute
Lime Web Components API Documentation - v6.24.0
Loading...
Service for executing queries using the query objects API