We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d32525 commit b754e09Copy full SHA for b754e09
1 file changed
libs/language-server/src/stdlib/builtin-block-types/TableInterpreter.jv
@@ -42,9 +42,9 @@ publish builtin blocktype TableInterpreter {
42
property header oftype boolean: true;
43
44
/**
45
- * Collection of value type assignments. Assigns a value type property to each
46
- * column (potentially matched with the header or by sequence depending on the
47
- * `header` property).
+ * Reference to a valuetype that defines the table schema.
+ * Each of the valuetype's properties symbolizes a column, the property's name
+ * is the column's name and the property's valuetype is the column's valuetype.
48
*/
49
property columns oftype ValuetypeDefinition;
50
0 commit comments