9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function dispatchToUIThread(func: Function): any;

Defined in: utils/mainthread-helper.d.ts:16

Dispatches the passed function for execution on the UI thread

Parameters

ParameterTypeDescription
funcFunctionThe function to execute on the UI thread.

Returns

any