Type alias ShowViewOnWindowResizeOptions

ShowViewOnWindowResizeOptions: ViewVisibilityOption & {
    enabled?: boolean;
    paintIntervalMs?: number;
}

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

Generated using TypeDoc