Searched defs:ActionCallback (Results 1 – 2 of 2) sorted by relevance
59 typedef Callback<void(const std::string&)> ActionCallback; typedef
46 export type ActionCallback = (nowMs: number) => void; alias