MCPcopy
hub / github.com/hakimel/reveal.js / HighlightLine

Interface HighlightLine

plugin/highlight/index.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import HighlightImplementation from './plugin.js';
6
7export interface HighlightLine {
8 start?: number;
9 end?: number;
10}
11
12export interface HighlightLineNumbersOptions {
13 singleLine?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…