TESSA Web API
    Preparing search index...

    Interface IAppNotifier

    interface IAppNotifier {
        onCacheClear: EventHandler<
            { full: boolean; validationResult: IValidationResultBuilder },
        >;
        dispose(): void;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    onCacheClear: EventHandler<
        { full: boolean; validationResult: IValidationResultBuilder },
    >

    Methods

    • Returns void