Skip to main content
A newer version of this page is available. .

LimitVisibleDataMode Type

Lists values that specify data limitation modes.

Declaration

export type LimitVisibleDataMode = 'Designer' | 'DesignerAndViewer' | 'None'

Members

Name Description
"Designer"

Visible data will be limited only in the designer mode.

"DesignerAndViewer"

Visible data will be limited both in the designer and viewer modes.

"None"

Visible data will not be reduced.

Remarks

Data reduction is used to accelerate the rendering of visual elements and to improve the Web Dashboard performance. First, the Web Dashboard control obtains the underlying data and performs all required calculations. After that, if the Web Dashboard needs a lot of time to render the content, visible data will be limited.