Move

@Summary(value = "Move tree node order")
@Description(value = "Only sibling moves are allowed.")
@CommandRoute(method = CommandRoute.Method.PUT, appendIdPath = CommandRoute.AppendPath.ALWAYS, action = "sort")
interface Move<E : Moved>

Properties

Link copied to clipboard
abstract val codes: List<String>

Functions

Link copied to clipboard
abstract fun toEvent(): E