Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/api
LocationQueryCreationRequest
Interface LocationQueryCreationRequest<TSchema, TQuery>
interface
LocationQueryCreationRequest
<
TSchema
extends
LocationQuerySchema
=
LocationQuerySchema
,
TQuery
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
,
>
{
query
:
TQuery
;
resultArchive
:
string
;
resultArchivist
:
ApiConfig
;
schema
:
TSchema
;
sourceArchive
:
string
;
sourceArchivist
:
ApiConfig
;
}
Type Parameters
TSchema
extends
LocationQuerySchema
=
LocationQuerySchema
TQuery
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Hierarchy (
View Summary
)
LocationQueryCreationRequest
LocationQueryCreationResponse
Index
Properties
query
result
Archive
result
Archivist
schema
source
Archive
source
Archivist
Properties
query
query
:
TQuery
result
Archive
resultArchive
:
string
result
Archivist
resultArchivist
:
ApiConfig
schema
schema
:
TSchema
source
Archive
sourceArchive
:
string
source
Archivist
sourceArchivist
:
ApiConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
query
result
Archive
result
Archivist
schema
source
Archive
source
Archivist
XYO Platform SDK - v3.6.9
Loading...