@inweb/viewer-visualize
Preparing search index...
ResizeEvent
Interface ResizeEvent
Event that fires when resize occurs.
interface
ResizeEvent
{
height
:
number
;
type
:
"resize"
;
width
:
number
;
}
Index
Properties
height
type
width
Properties
height
height
:
number
New height.
type
type
:
"resize"
Event type.
width
width
:
number
New width.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
type
width
@inweb/viewer-visualize
Loading...
Event that fires when resize occurs.