File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -458,13 +458,13 @@ interface HostContext {
458458 availableDisplayModes? : string [];
459459 /** Current and maximum dimensions available to the UI. */
460460 viewport? : {
461- /** Current viewport width in pixels. */
461+ /** Viewport width (if fixed). Only pass width or maxWidth, not both. */
462462 width? : number ;
463- /** Current viewport height in pixels. */
463+ /** Viewport height (if fixed). Only pass height or maxHeight, not both. */
464464 height? : number ;
465- /** Maximum available height in pixels (if constrained). */
465+ /** Maximum available viewport height in pixels (if constrained). */
466466 maxHeight? : number ;
467- /** Maximum available width in pixels (if constrained). */
467+ /** Maximum available viewport width in pixels (if constrained). */
468468 maxWidth? : number ;
469469 };
470470 /** User's language/region preference (BCP 47, e.g., "en-US") */
You can’t perform that action at this time.
0 commit comments