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

Implemented by

Properties

Methods

Properties

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

Methods

  • Returns void