{
  "name": "Table::ColumnType",
  "header": "nativeui/table.h",
  "type": "string",
  "namespace": "nu",
  "description": "Type of `Table`'s column.",
  "enums": [
    {
      "name": "\"text\"",
      "description": "Renders readonly String value."
    },
    {
      "name": "\"edit\"",
      "description": "Like `<!enum class>Text` but allows user to edit the text."
    },
    {
      "name": "\"custom\"",
      "description": "Supports arbitrary type of data but a drawing function has to be provided.\nNote that native objects like `Image` can not be passed to `Table` as\ndata.\n"
    }
  ],
  "id": "table_columntype"
}