TESSA Web API
    Preparing search index...

    Interface EventHandlerCreateOptions

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

    Properties

    onInitialize?: VoidFunction

    The function is called when the first handler is added.

    useCancellationContext?: boolean

    Indicates the need to use cancellation context to track cancellations.