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