console
Logging helpers for scripts.
log(...args)
Example
//
// ScriptWidget
// https://xnu.app/scriptwidget
//
// Usage for api console
//
console.log("Hello ScriptWidget");
console.log(
"1. A grammatical unit that is syntactically independent and has a subject that is expressed or, as in imperative sentences, understood and a predicate that contains at least one finite verb. 2. The penalty imposed by a law court or other authority upon someone found guilty of a crime or other offense."
);
HealthKit and Location data are only available after user authorization in the main app. Widgets may show cached or fallback data.