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

Interface SearchPlugin

plugin/search/index.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import SearchImplementation from './plugin.js';
5
6export interface SearchPlugin extends RevealPlugin {
7 id: 'search';
8 open(): void;
9 close(): void;
10 toggle(): void;
11}
12
13const Search = SearchImplementation as () => SearchPlugin;
14

Callers 8

plugin-imports.tsFile · 0.65
test.jsFile · 0.65
slideFunction · 0.65
setStateFunction · 0.65
onDocumentKeyDownMethod · 0.65
syncProgressBarMethod · 0.65
setProgressBarValueMethod · 0.65
plugin-imports.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…