UIRuntimeId Available from 0.8.0
The value of the UI Runtime's id. Each Worklet Runtime has a unique id that can be used to target it from functions like runOnRuntimeSyncWithId and scheduleOnRuntimeWithId.
Reference
import { UIRuntimeId } from 'react-native-worklets';
console.log(UIRuntimeId); // 2


Type definitions
const UIRuntimeId: number;