Mark updateMatchesCountOnProgress, in the PDFFindControllerOptions, as optional (issue 15990)

This commit is contained in:
Jonas Jenwald 2023-03-13 16:46:33 +01:00
parent 351d11c9bd
commit e981badb94

View File

@ -369,7 +369,7 @@ function getOriginalIndex(diffs, pos, len) {
* @typedef {Object} PDFFindControllerOptions
* @property {IPDFLinkService} linkService - The navigation/linking service.
* @property {EventBus} eventBus - The application event bus.
* @property {boolean} updateMatchesCountOnProgress - True if the matches
* @property {boolean} [updateMatchesCountOnProgress] - True if the matches
* count must be updated on progress or only when the last page is reached.
* The default value is `true`.
*/