Add missing type

This commit is contained in:
Loïc Mangeonjean 2022-05-18 15:09:57 +02:00
parent 4c03bc00eb
commit a3b0b8a57c

View File

@ -47,7 +47,7 @@ export class RemoteCursorManager {
* The default values for optional parameters.
* @internal
*/
private static readonly DEFAULT_OPTIONS = {tooltips: true, tooltipDuration: 1};
private static readonly DEFAULT_OPTIONS: Partial<IRemoteCursorManagerOptions> = {tooltips: true, tooltipDuration: 1, showTooltipOnHover: false};
/**
* A counter that generates unique ids for the cursor widgets.