* Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the * underlying values.
(this: M, val: unknown)
| 1670 | * underlying values. |
| 1671 | */ |
| 1672 | set?(this: M, val: unknown): void; |
| 1673 | } |
| 1674 | |
| 1675 | /** |
no outgoing calls