Page Contents
Home > @loopback/repository-json-schema > FilterSchemaOptions
FilterSchemaOptions interface
Signature:
export interface FilterSchemaOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
exclude? | string[] | string | (Optional) To exclude one or more property from filter |
|
setTitle? | boolean | <p>(Optional) Set this flag if you want the schema to set generated title property.</p><p>By default the setting is enabled. (e.g. {setTitle: true})</p> |