Interface IViewportCallbacksMap

Maps event types to their callback parameter types.

interface IViewportCallbacksMap {
    any: undefined;
    both: undefined;
    height: undefined;
    height_: undefined;
    width: undefined;
    width_: undefined;
}

Hierarchy (View Summary)

Properties

any: undefined

Any change

both: undefined

When both the width and height are changed

height: undefined

When the height is changed regardless of the width

height_: undefined

When only the height is changed

width: undefined

When the width is changed regardless of the height

width_: undefined

When only the width is changed