@mapgear/geoapps > AppListOptions
AppListOptions interface
Options used to retrieve the app list
Signature:export interface AppListOptions 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| direction? | "asc" | "desc" | (Optional) The order direction applied, defaults to ascending | |
| groupBy? | string | (Optional) Groups the result by this string | |
| limit? | number | (Optional) Set the limit of the search results | |
| offset? | number | (Optional) Set the offset of the search results | |
| orderBy? | string | (Optional) The field used for orderning | |
| search? | string | (Optional) Search app by this string |