* Provide a custom getter for this column. Use `this.getDataValue(String)` to manipulate the underlying * values.
(this: M)
| 1664 | * values. |
| 1665 | */ |
| 1666 | get?(this: M): unknown; |
| 1667 | |
| 1668 | /** |
| 1669 | * Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the |
no outgoing calls