© 2026 Hedgehog Software, LLC
HostEvent.GetFilters
Error: Trigger timedout in getting response at eval (processTrigger.ts:67:1) This is the code I have:
const Liveboard = () => { const embedRef = useEmbedRef<typeof LiveboardEmbed>(); const getFilters: MessageCallback = useCallback(() => { embedRef.current.trigger(HostEvent.GetFilters).then(console.log); }, []); return ( <LiveboardEmbed ref={embedRef} liveboardId={ID} onLiveboardRendered={getFilters} /> ); };
HostEvents
Join the Discord to ask follow-up questions and connect with the community
922 Members