Page Contents

Home > @loopback/repository-json-schema > FilterSchemaOptions > setTitle

FilterSchemaOptions.setTitle property

Set this flag if you want the schema to set generated title property.

By default the setting is enabled. (e.g. {setTitle: true})

Signature:

setTitle?: boolean;