Interface: ResourcefulModelColumnMetaSchema
Properties
| Property | Type | Description |
|---|---|---|
aggregatable | boolean | Whether this column can be used in aggregation operations |
canRead | boolean | - |
canWrite | boolean | - |
definition | ResourcefulColumnDefinition<any> | - |
filterable | boolean | Whether this column can be used in filter operations |
kind | "column" | - |
lucidDefinitions | ModelColumnOptions | - |
propertyKey | string | - |
sortable | boolean | Whether this column can be used in sort operations |
validator | AnySchema | - |