* Provide a custom getter for this column. Use `this.getDataValue(String)` to manipulate the underlying * values.
(this: M)
| 1367 | * values. |
| 1368 | */ |
| 1369 | get?(this: M): unknown; |
| 1370 | |
| 1371 | /** |
| 1372 | * Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the |
no outgoing calls