MCPcopy
hub / github.com/barbajs/barba / IBarbaPlugin

Interface IBarbaPlugin

packages/core/src/defs/barba.ts:46–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export interface IBarbaPlugin<T> {
47 /** Plugin version */
48 version: string;
49 /** Plugin name */
50 name: string;
51 /** Install method */
52 install(barba: Core, options?: T): void;
53 /** Init method */
54 init(): void;
55}

Callers 11

useMethod · 0.65
css.states.test.tsFile · 0.65
router.test.tsFile · 0.65
initFunction · 0.65
initMethod · 0.65
views.jsFile · 0.65
container.jsFile · 0.65
default.jsFile · 0.65
href.jsFile · 0.65
history.test.tsFile · 0.65

Implementers 3

Csspackages/css/src/css.ts
Prefetchpackages/prefetch/src/prefetch.ts
Routerpackages/router/src/router.ts

Calls

no outgoing calls

Tested by

no test coverage detected