Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/palantir/blueprint
/ ITickable
Interface
ITickable
packages/landing-app/src/logo.ts:553–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
};
552
553
export
interface
ITickable {
554
tick: (t: number) => boolean;
555
}
556
557
export
type
IAnimatedCallback = (t: number) => void;
558
Callers
nothing calls this directly
Implementers
3
Accumulator
packages/landing-app/src/logo.ts
Timeline
packages/landing-app/src/logo.ts
Ticker
packages/landing-app/src/logo.ts
Calls
no outgoing calls
Tested by
no test coverage detected