NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
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