The properties specific to masking. If this object exists, even if it is empty, then masking will be applied.

interface MaskProperties {
    remove_entity_value?: boolean;
}

Properties

remove_entity_value?: boolean

If this field is true then the entity value, that contains the text that was masked, will also be removed from the output.