SecureFieldsChangeEventPayload
type SecureFieldsChangeEventPayload = object & SecureFieldsFieldState & object;
Payload for events that include the state of a specific field and all fields.
fieldName indicates which field triggered the event.
FieldState provides the state of that specific field.
Type Declaration
fieldName
fieldName: string;
Type Declaration
fields
fields: Partial<Record<PublicFrameName, SecureFieldsFieldState>>;