MCPcopy
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
553export interface ITickable {
554 tick: (t: number) => boolean;
555}
556
557export type IAnimatedCallback = (t: number) => void;
558

Callers

nothing calls this directly

Implementers 3

Accumulatorpackages/landing-app/src/logo.ts
Timelinepackages/landing-app/src/logo.ts
Tickerpackages/landing-app/src/logo.ts

Calls

no outgoing calls

Tested by

no test coverage detected