Type alias ConstraintHandler<TBoot, TOptions>

ConstraintHandler<in TBoot, in TOptions>: ((this, application) => void)

Type Parameters

  • in TBoot extends UccBootstrap<TBoot>

    Type of schema processing bootstrap.

  • in TOptions = never

    Constraint options type.

Type declaration

    • (this, application): void
    • Schema constraint application handler.

      The handler is called each time the matching constraint applied.

      If the handler neither applies, nor * ignores the constraint, the latter will be applied automatically after the the handler ends its work.

      Parameters

      Returns void

Generated using TypeDoc