Interface IViewportCallbackTypes

Represents a mapping of event types to their callback parameter types. Each key in this interface corresponds to an event name, and its value represents the type of argument passed to that event's callback.

Hierarchy

  • ITypes
    • IViewportCallbackTypes

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

heightOnly: undefined

When only the height is changed

width: undefined

When the width is changed regardless of the height

widthOnly: undefined

When only the width is changed