Skip to content

LineHighlightRange

ts
type LineHighlightRange = object;

Defined in: utils.ts:1

Properties

from

ts
from: number;

Defined in: utils.ts:2


to

ts
to: number;

Defined in: utils.ts:3