Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
getNormalizedDimensions
Function getNormalizedDimensions
getNormalizedDimensions
(
element
:
Pick
<
DucElement
,
"x"
|
"y"
|
"width"
|
"height"
>
,
)
:
{
height
:
ScopedValue
;
width
:
ScopedValue
;
x
:
ScopedValue
;
y
:
ScopedValue
;
}
Parameters
element
:
Pick
<
DucElement
,
"x"
|
"y"
|
"width"
|
"height"
>
Returns
{
height
:
ScopedValue
;
width
:
ScopedValue
;
x
:
ScopedValue
;
y
:
ScopedValue
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ducjs - v4.0.4
Loading...