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

Implemented by

Properties

Methods

Properties

onCacheClear: EventHandler<{ validationResult: IValidationResultBuilder }>

Methods

  • Returns void

MMNEPVFCICPMFPCPTTAAATR