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

liftTarget

Try to find a target depth to which the content in the given range can be lifted. Will not go across isolating parent nodes.

function liftTarget(range: NodeRange): number | null;
§
liftTarget(range: NodeRange): number | null
[src]

§Parameters

§Return Type

§
number | null
[src]