Preparing search index...
The search index is not available
@use-pico
@use-pico
@use-pico/client
createQueryStore
Props
Interface Props<TQuerySchema>
Props for
createQueryStore
.
interface
Props
<
TQuerySchema
>
{
schema
:
TQuerySchema
;
name
?:
string
;
}
Type Parameters
TQuerySchema
extends
QuerySchema
<
FilterSchema
,
OrderBySchema
>
Query schema.
Index
Properties
schema
name?
Properties
schema
schema
:
TQuerySchema
Query schema.
Optional
name
name
?:
string
Query store name.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
schema
name
@use-pico
Loading...
Props for
createQueryStore
.