Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
export
interface
ITransitionOnce extends ITransitionPage {
52
once?(data: ITransitionData): Promise<void>;
53
}
Callers
nothing calls this directly
Implementers
3
Core
packages/core/src/core.ts
Transitions
packages/core/src/modules/Transitions.
Css
packages/css/src/css.ts
Calls
no outgoing calls
Tested by
no test coverage detected