Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SpringRoll/SpringRoll
/ IHintPlayer
Interface
IHintPlayer
typings/Hint.d.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
IHintPlayer {
2
play:() => void;
3
}
4
5
export
type
HintCallback = () => any;
6
Callers
nothing calls this directly
Implementers
1
HintSequencePlayer
typings/Hint.d.ts
Calls
no outgoing calls
Tested by
no test coverage detected