Skip to main content

Configuration

Default configuration keys for @quik/entity. See Config Keys for the full generated table.

  • docs.endpoints.entity.metadata, docs.endpoints.entity.asInterface, docs.endpoints.entity.asType toggle documentation-generation endpoints that other modules (e.g. @quik/openapi) expose for entity metadata. They do not affect entity validation or field behavior.
  • There are no other @quik/entity-specific config keys — field behavior (Required, Optional, string/number bounds, etc.) is declared per entity through field decorators, not through global configuration.

Loading order

@quik/entity loads its locale folder during setup(), so it must be registered in bootstrap before any module that relies on translated quik.errors.entity.* messages.