CodeLens

constructor(range: Range, command: Command = definedExternally)(source)

Creates a new code lens object.

Parameters

range

The range to which this code lens applies.

command

The command associated to this code lens.

Online Documentation