We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029727 commit 7dc2f90Copy full SHA for 7dc2f90
1 file changed
src/components/highlight/service.ts
@@ -11,6 +11,7 @@ import type IgcHighlightComponent from './highlight.js';
11
type Match = { node: Node; indices: [start: number, end: number] };
12
13
/* jsonAPIPlainObject */
14
+/* marshalByValue */
15
/**
16
* Options for controlling navigation behavior when moving the active highlight.
17
*/
0 commit comments