* Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the * underlying values.
(this: M, val: unknown)
| 1373 | * underlying values. |
| 1374 | */ |
| 1375 | set?(this: M, val: unknown): void; |
| 1376 | } |
| 1377 | |
| 1378 | /** |
no outgoing calls