The name of the property
This name will be used in the extraProps argument itself.
Possible values for this property. This is useful for things like genres, where you need the user to select from a pre-set list of options.
e.g. { name: "genre", options: ["Action", "Comedy", "Drama"] }
It's also useful if we want to specify a limited number of pages (for the skip parameter).
e.g. { name: "skip", options: ["0", "100", "200"] }
The limit of values a user may select from the pre-set options list
By default this is set to 1.
Generated using TypeDoc
Set to true if this property must always be passed.