Cm5Editor.removeLineClass method
Cm5Editor › removeLineClass
Unofficial
Remove a CSS class from a line.Signature:
removeLineClass(line: number | Cm5LineHandle, where: string, className?: string | undefined): Cm5LineHandleParameters:
| Parameter | Type | Description |
|---|---|---|
| line | number | Cm5LineHandle | The line number or handle. |
| where | string | Which element ("text", "background", or "wrap"). |
| className? | string | undefined | The class to remove (omit to remove all). |
Returns: Cm5LineHandle — The line handle.