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

Defined in: utils/index.d.ts:61

Runs the passed function on the UI Thread.

Parameters

ParameterTypeDescription
funcFunctionThe function to execute on the UI thread.

Returns

any

Next
GC