TESSA Web API
    Preparing search index...

    Interface ValidationContainerCreateOptions

    Options for configuring the creation of a validation container.

    interface ValidationContainerCreateOptions {
        onInitialize?: VoidFunction;
        useCancellationContext?: boolean;
    }
    Index

    Properties

    onInitialize?: VoidFunction

    Callback function executed when the first validator is added.

    useCancellationContext?: boolean

    Indicates whether to use a cancellation context to track cancellations.