Move

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

Properties

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

Functions

Link copied to clipboard
abstract fun toEvent(): E