Skip to content

Commit

Permalink
Fixed #8882 'mobileHeight' does not exist in type 'IHeader'.ts (#8884)
Browse files Browse the repository at this point in the history
* Fixed #8882 'mobileHeight' does not exist in type 'IHeader'.ts

* Update the description

---------

Co-authored-by: tsv2013 <[email protected]>
Co-authored-by: RomanTsukanov <[email protected]>
  • Loading branch information
3 people authored Oct 2, 2024
1 parent 4d5929c commit dfcc695
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/survey-core/src/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ export interface IHeader {
* Default value: 256
*/
height: number;
/**
* The height of the survey header on smartphones, measured in pixels.
*
* Default value: 0 (the height is calculated automatically to accommodate the header's content).
*/
mobileHeight?: number;
/**
* A string value that specifies whether the header spans the width of the survey or that of the survey container.
*
Expand Down

0 comments on commit dfcc695

Please sign in to comment.