ResizeEvent
Extends:
Event → ResizeEvent
Event that is dispatched when the panel is resized by a parent
Constructor Summary
Public Constructor | ||
public |
constructor(width: int, height: int) Creates a new ResizeEvent |
Member Summary
Public Members | ||
public get |
height: * The new height of the panel |
|
public get |
|
|
public get |
width: * The new width of the panel |
Inherited Summary
From class Event | ||
public get |
bubbles: * Wether this event should bubble up the DOM tree |
|
public get |
cancelable: * Wether preventDefault can be called to stop the default action |
|
public get |
target: * The element where the Event originated |
|
public get |
The type of the event |
|
public |
Prevents the default action from happening. |
|
public |
Stops the event from bubbling up. |
|
protected |
_cancel() |
Public Constructors
public constructor(width: int, height: int) source
Creates a new ResizeEvent
Override:
Event#constructorParams:
Name | Type | Attribute | Description |
width | int | The new width of the panel |
|
height | int | The new height of the panel |