FloatingPaneState

value class FloatingPaneState(val state: Int)

Represents the state of the floating pane.

The state can be one of the following:

  • STATE_IDLE: The pane is idle and not being interacted with.

  • STATE_MOVE: The pane is being moved by the user.

  • STATE_RESIZE: The pane is being resized by the user.

Constructors

Link copied to clipboard
constructor(state: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: Int