Release

data class Release(val point: Point) : Interaction

A release interaction.

Constructors

Link copied to clipboard
constructor(point: Point)

Properties

Link copied to clipboard
open override val point: Point