Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

createMoveListCommand

Returns a command function that moves up or down selected list nodes.

function createMoveListCommand(direction: "up" | "down"): Command;
§
createMoveListCommand(direction: "up" | "down"): Command
[src]

§Parameters

§
direction: "up" | "down"
[src]

§Return Type