@mapgear/geoapps > SmartListOptions
SmartListOptions interface
The options that are available when using smartlist
Signature:export interface SmartListOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filter? | SmartListFilter[] | (Optional) Apply one or multiple filters on the smart list | |
limit? | number | (Optional) Set the limit of the smart search results | |
offset? | number | (Optional) Set the offset of the smart search results | |
orderBy? | string | (Optional) The field used for orderning | |
orderDirection? | "asc" | "desc" | (Optional) The order direction applied, defaults to ascending |