Vizel API / core/src / VizelFindMatch
Interface: VizelFindMatch
Defined in: packages/core/src/extensions/find-replace.ts:20
Represents a single match in the document
Properties
from
ts
from: number;Defined in: packages/core/src/extensions/find-replace.ts:21
to
ts
to: number;Defined in: packages/core/src/extensions/find-replace.ts:22