mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
add a description property to column mapping for custom widgets (#255)
This commit is contained in:
@@ -11,6 +11,10 @@ export interface ColumnToMap {
|
||||
* Title or short description of a column (used as a label in section mapping).
|
||||
*/
|
||||
title?: string|null,
|
||||
/**
|
||||
* Optional long description of a column (used as a help text in section mapping).
|
||||
*/
|
||||
description?: string|null,
|
||||
/**
|
||||
* Column type, by default ANY.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user