R
fn

removeMark

tested

Remove a mark across the current (same-block) range.

Signature

ts
export function removeMark(type: string): Command{ ... }

Parameters

ParameterTypeDescription
typestring

Returns

Command