Preparing search index...
The search index is not available
SCION Microfrontend Platform - v1.3.1
SCION Microfrontend Platform
PreferredSize
Interface PreferredSize
Represents the minimum size that will allow the element to display normally.
interface
PreferredSize
{
height
?:
string
;
maxHeight
?:
string
;
maxWidth
?:
string
;
minHeight
?:
string
;
minWidth
?:
string
;
width
?:
string
;
}
Index
Properties
height?
max
Height?
max
Width?
min
Height?
min
Width?
width?
Properties
Optional
height
height
?:
string
Optional
max
Height
maxHeight
?:
string
Optional
max
Width
maxWidth
?:
string
Optional
min
Height
minHeight
?:
string
Optional
min
Width
minWidth
?:
string
Optional
width
width
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
height
max
Height
max
Width
min
Height
min
Width
width
SCION Microfrontend Platform - v1.3.1
Loading...
Represents the minimum size that will allow the element to display normally.