ixfx
Preparing search index...
Dom
ElementSizerOptions
Type Alias ElementSizerOptions<T>
ElementSizerOptions
:
{
containerEl
?:
HTMLElement
|
string
;
naturalSize
?:
Geometry
.
Rect
;
onSetSize
:
(
size
:
Geometry
.
Rect
,
el
:
T
)
=>
void
;
stretch
?:
ElementResizeLogic
;
}
Options
Type Parameters
T
extends
HTMLElement
|
SVGElement
Type declaration
Optional
containerEl
?:
HTMLElement
|
string
If not specified, the element's parent is used
Optional
naturalSize
?:
Geometry
.
Rect
onSetSize
:
(
size
:
Geometry
.
Rect
,
el
:
T
)
=>
void
Optional
stretch
?:
ElementResizeLogic
Default Value
'none'
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Options