FilterCombination
Esta página aún no está disponible en tu idioma.
@firecms/core / FilterCombination
Type Alias: FilterCombination<Key>
Section titled “Type Alias: FilterCombination<Key>”FilterCombination<
Key> =Partial<Record<Key,"asc"|"desc">>
Defined in: types/collections.ts:467
Used to indicate valid filter combinations (e.g. created in Firestore) If the user selects a specific filter/sort combination, the CMS checks if it’s valid, otherwise it reverts to the simpler valid case
Type Parameters
Section titled “Type Parameters”Key extends string