Page Contents
Home > @loopback/rest-crud > CrudRestControllerOptions
CrudRestControllerOptions interface
Options to configure different aspects of a CRUD REST Controller.
Signature:
export interface CrudRestControllerOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
string |
The base path where to “mount” the controller. | ||
|
boolean |
(Optional) Whether to generate readonly APIs |