We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3628304 commit 462dadbCopy full SHA for 462dadb
docs/on-start.md
@@ -0,0 +1,3 @@
1
+# on ML ... start
2
+
3
+Some documentation
pxt.json
@@ -8,6 +8,7 @@
8
},
9
"files": [
10
"README.md",
11
+ "docs/on-start.md",
12
"shims.d.ts",
13
"enums.d.ts",
14
"pxtextension.ts",
pxtextension.ts
@@ -56,6 +56,7 @@ namespace ml {
56
//% weight=50
57
//% parts="v2"
58
//% group="micro:bit (V2)"
59
+ //% help=github:pxt-microbit-ml/docs/on-start
60
export function onStart(event: MlEvent, body: () => void): void {
61
event.onStartHandler = body;
62
const wrappedBody = () => {
0 commit comments