requestInterval Property

Summary

Gets or sets the time to wait before requesting the image URL.

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'requestInterval', 
	get: function(), 
	set: function(value) 
) 
requestInterval: number; 

Property Value

Value that represents the time to wait before requesting the image URL.

Remarks

The default value of this property is 2000ms (2 seconds).

This request is useful since the user might scroll quickly through all the frames, so in order to prevent all the frames from requesting their URL (which will cause overhead), this will make the viewer wait and make sure the user has stayed on the frame in order to request the URL.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly