We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5187e commit dfe16c6Copy full SHA for dfe16c6
1 file changed
packages/superdoc/src/core/types/index.ts
@@ -1145,7 +1145,7 @@ export interface Modules {
1145
/** Active border color for format change highlight. */
1146
formatBorder?: string;
1147
};
1148
- /** Comments/track-changes UI display policy. */
+ /** Comments/track-changes UI display policy for responsive comment surfaces. */
1149
displayMode?: 'auto' | 'sidebar' | 'inline';
1150
/** CSS selector for an explicit width measurement target in auto mode. */
1151
compactMeasurementSelector?: string;
0 commit comments