Aller au contenu

FilterCombination

Ce contenu n’est pas encore disponible dans votre langue.

@firecms/core


@firecms/core / FilterCombination

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

Key extends string