ignore_code_scan_prop
IGNORE a (component, prop) - or a WHOLE component (omit prop) - as NON-translatable, removing it from the console's candidate list. The complement of confirm/propose: mark the clearly non-text pairs (ids, keys, css classes, variant enums, test ids, data-* , event handlers, technical config) so the human's list shrinks to real decisions. Omit prop when the component NEVER carries translatable text (e.g. a purely structural or imported utility). DEDUP by triple, idempotent 200. Reversible with unignore_code_scan_prop.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
component | string | required | Component or tag name, exactly as it appears in the inventory (e.g. Field, input). |
prop | string | optional | Prop to ignore; OMIT to ignore EVERY prop of the component. |
Example
Section titled “Example”{ "tool": "ignore_code_scan_prop", "arguments": { "component": "<component>" }}