AboutSupportDeveloper GuideVersion 41.129.83.3

Interface ShowViewOnWindowResizeOptions

Platform Windows Only. Enables views to be shown when a Platform Window is being resized by the user.

interface ShowViewOnWindowResizeOptions {
    enabled?: boolean;
    paintIntervalMs?: number;
}

Properties

enabled?: boolean
false

Enables or disables showing views when the layout splitter or a tab is being dragged or a Platform Window is being resized.
paintIntervalMs?: number
0

Number of milliseconds to wait between view repaints.