Skip to content

Commit aa4b156

Browse files
committed
add missing redaction elements in DisplayTextConfig
1 parent 66536bb commit aa4b156

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

api/interface/displaytextconfig.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ interface DisplayTextConfig {
103103
SendToBack?: string;
104104
TextSearchPanelSwitch?: string;
105105
TextSelectionMode?: string;
106+
RedactPages?: string;
107+
RedactionApply?: string;
108+
RedactionMode?: string;
109+
RedactionSet?: string;
106110
RedactionSet_RedactionMode?: string;
107111
RedactionSet_RedactionApply?: string;
108112
RedactionSet_RedactPages?: string;
@@ -138,6 +142,13 @@ interface DisplayTextConfig {
138142
CameraResolution_1440P | "1440P"
139143
CameraResolution_2160P | "2160P"
140144
AnnotationSet | "Annotation"
145+
RedactionSet_RedactionMode | "Mark Areas for Redaction"
146+
RedactionSet_RedactPages | "Mark Pages for Redaction"
147+
RedactionSet_RedactionApply | "Apply Redactions"
148+
RedactPages_Current | "Mark current page for redaction"
149+
RedactPages_Specific | "Mark specific page range for redaction"
150+
RedactPages_Ok | "OK"
151+
RedactPages_Cancel | "Cancel"
141152

142153
## Related
143154

0 commit comments

Comments
 (0)