ResizeEvent.ResizeState


class ResizeEvent.ResizeState


Summary

Public companion properties

ResizeEvent.ResizeState

The user has stopped dragging the resize handles.

ResizeEvent.ResizeState

The user is continuing to drag the resize handles.

ResizeEvent.ResizeState

The user has started dragging the resize handles.

ResizeEvent.ResizeState

The resize state is unknown.

Public functions

open String

Public companion properties

END

val ENDResizeEvent.ResizeState

The user has stopped dragging the resize handles.

ONGOING

val ONGOINGResizeEvent.ResizeState

The user is continuing to drag the resize handles.

START

val STARTResizeEvent.ResizeState

The user has started dragging the resize handles.

UNKNOWN

val UNKNOWNResizeEvent.ResizeState

The resize state is unknown.

Public functions

toString

open fun toString(): String