Documentation / @expofp/schema / Filters
Interface: Filters
Extends
output<typeofFiltersSchema>
Properties
categories?
ts
optional categories?: string[];Category names to pre-select; opens the category filter panel.
Inherited from
ts
z.infer.categoriesexhibitors?
ts
optional exhibitors?: boolean;true opens the exhibitors list at boot.
Inherited from
ts
z.infer.exhibitorspoiType?
ts
optional poiType?: string;A single POI type to pre-select; also activates its search filter button.
Inherited from
ts
z.infer.poiTypepoiTypes?
ts
optional poiTypes?: string[];POI type names to pre-select (no filter-button activation).
Inherited from
ts
z.infer.poiTypes