schema docs

This commit is contained in:
Yuri Kuznetsov
2025-01-24 13:50:40 +02:00
parent e8de15e548
commit aff531e62b
+1 -1
View File
@@ -470,7 +470,7 @@
},
"selectHandler": {
"type": "string",
"description": "A select handler for providing filters when selecting related records. Should have a method *getFilters* returning a promise."
"description": "A select handler for providing filters when selecting related records. Should have a method *getFilters* returning a promise. \n\nPromise value:\n```{bool?: string[], primary?: string, orderBy?: string, order?: 'asc'|'desc', advanced: Record}```"
},
"createHandler": {
"type": "string",