FetchCollectionProps
Esta página aún no está disponible en tu idioma.
@firecms/core / FetchCollectionProps
Interface: FetchCollectionProps<M>
Section titled “Interface: FetchCollectionProps<M>”Defined in: types/datasource.ts:29
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
Properties
Section titled “Properties”collection?
Section titled “collection?”
optionalcollection:EntityCollection<M,any> |ResolvedEntityCollection<M>
Defined in: types/datasource.ts:31
filter?
Section titled “filter?”
optionalfilter:Partial<Record<Extract<keyofM,string>, [WhereFilterOp,any]>>
Defined in: types/datasource.ts:32
limit?
Section titled “limit?”
optionallimit:number
Defined in: types/datasource.ts:33
order?
Section titled “order?”
optionalorder:"desc"|"asc"
Defined in: types/datasource.ts:37
orderBy?
Section titled “orderBy?”
optionalorderBy:string
Defined in: types/datasource.ts:35
path:
string
Defined in: types/datasource.ts:30
searchString?
Section titled “searchString?”
optionalsearchString:string
Defined in: types/datasource.ts:36
startAfter?
Section titled “startAfter?”
optionalstartAfter:any
Defined in: types/datasource.ts:34