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

Interface ITransitionOnce

packages/core/src/defs/transition.ts:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51export interface ITransitionOnce extends ITransitionPage {
52 once?(data: ITransitionData): Promise<void>;
53}

Callers

nothing calls this directly

Implementers 3

Corepackages/core/src/core.ts
Transitionspackages/core/src/modules/Transitions.
Csspackages/css/src/css.ts

Calls

no outgoing calls

Tested by

no test coverage detected