@dxos/client
Preparing search index...
echo
Database
schemaQuery
Variable schemaQuery
Const
schemaQuery
:
<
Q
extends
Types.NoExcessProperties
<
SchemaRegistry.Query
,
Q
>
>
(
schemaQueryOptions
?:
Q
&
SchemaRegistry.Query
,
)
=>
Effect.Effect
<
QueryResult.QueryResult
<
SchemaRegistry.ExtractQueryResult
<
Q
>
>
,
never
,
Service
,
>
Creates a schema query result that can be subscribed to.
Type declaration
<
Q
extends
Types.NoExcessProperties
<
SchemaRegistry.Query
,
Q
>
>
(
schemaQueryOptions
?:
Q
&
SchemaRegistry.Query
,
)
:
Effect.Effect
<
QueryResult.QueryResult
<
SchemaRegistry.ExtractQueryResult
<
Q
>
>
,
never
,
Service
,
>
Type Parameters
Q
extends
Types.NoExcessProperties
<
SchemaRegistry.Query
,
Q
>
Parameters
Optional
schemaQueryOptions
:
Q
&
SchemaRegistry.Query
Returns
Effect.Effect
<
QueryResult.QueryResult
<
SchemaRegistry.ExtractQueryResult
<
Q
>
>
,
never
,
Service
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@dxos/client
Loading...
Creates a schema query result that can be subscribed to.