Skip to Content

IConfigControllerOptions

Options for a single controller configuration entry (data/section).

Defined in: src/shared/interface/config/controller-options.interface.ts

NameTypeDefault
isEnabledboolean

Whether the controller is enabled (default: true)

propertiesPartial<IApiControllerProperties<T>>

Controller properties from crud automator Includes name, path, routes, swagger, and all other options

Last updated on