API/QueryBuilderOptions
QueryBuilderOptions
src/models/query-builder-options.tsclass
Resolved query parameter key names with defaults applied
Maps logical query concepts to the actual query parameter names used in the generated URI. Unset values fall back to defaults.
Constructor
Section titled “Constructor”new QueryBuilderOptions(options: QueryBuilderConfig)| Parameter | Type | Description |
|---|---|---|
options |
QueryBuilderConfig |
— |
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
appends |
string |
— |
fields |
string |
— |
filters |
string |
— |
includes |
string |
— |
limit |
string |
— |
page |
string |
— |
search |
string |
— |
select |
string |
— |
sort |
string |
— |
sortBy |
string |
— |
