Libraries
    Preparing search index...

    Interface ServiceRegistrationOptions

    Options for service registration.

    interface ServiceRegistrationOptions {
        validate?: boolean;
    }
    Index

    Properties

    Properties

    validate?: boolean

    When true, the resolved value is validated against the schema at resolution time. Useful for development/debugging. Has a performance cost proportional to the schema complexity.

    false