improved doc and tests

This commit is contained in:
Martino Ferrari
2026-01-27 15:19:49 +01:00
parent 15afdc91f4
commit fed39467fd
3 changed files with 102 additions and 1 deletions

View File

@@ -77,6 +77,10 @@ package schema
#Classes: {
MyCustomGAM: {
#meta: {
direction: "INOUT"
multithreaded: true
}
Param1: int
Param2?: string
...