Kind: Function
Source: atloria-monorepo/apps/api/src/capture/capture.redact.ts
Redact a single step's value in place-safe (returns a new value string or
undefined). Applies to input/submit actions only.
Signature
tsfunction redactStepValue(step: {
action?: string;
value?: string;
selector?: string;
elementRole?: string;
elementText?: string;
}): string | undefined
Parameters
| Name | Type |
|---|---|
step | `{ |
| action?: string; | |
| value?: string; | |
| selector?: string; | |
| elementRole?: string; | |
| elementText?: string; | |
| }` |
Returns: string | undefined
Was this page helpful?