We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24dd6d commit fea70d2Copy full SHA for fea70d2
1 file changed
api/interface/displaytextconfig.md
@@ -103,6 +103,13 @@ interface DisplayTextConfig {
103
SendToBack?: string;
104
TextSearchPanelSwitch?: string;
105
TextSelectionMode?: string;
106
+ RedactionSet_RedactionMode?: string;
107
+ RedactionSet_RedactionApply?: string;
108
+ RedactionSet_RedactPages?: string;
109
+ RedactPages_Current?: string;
110
+ RedactPages_Specific?: string;
111
+ RedactPages_Ok?: string;
112
+ RedactPages_Cancel?: string;
113
}
114
```
115
0 commit comments