Skip to main content
cngx-src documentation

SensitiveRevealAudit

Interface

projects/forms/input/sensitive-value.directive.ts

Referenced by#

Import#

import { SensitiveRevealAudit } from '@cngx/forms/input'

Description#

Audit record emitted by CngxSensitiveValue on each reveal/hide, for compliance logging (who unmasked a field and when).

Index#

Properties

Instance Properties#

Readonly

Epoch milliseconds of the toggle.

revealed#boolean
Readonly

true when the value was revealed, false when re-hidden.