Skip to content

Opensearch dashboards.routevalidatoroptions

Home > opensearch-dashboards > RouteValidatorOptions

RouteValidatorOptions interface

Additional options for the RouteValidator class to modify its default behaviour.

Signature:

export interface RouteValidatorOptions 

Properties

Property Type Description
unsafe? { params?: boolean; query?: boolean; body?: boolean; } (Optional) Set the unsafe config to avoid running some additional internal *safe* validations on top of your custom validation