mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Mark ItemTreeColumnOptions.renderCell as optional
This commit is contained in:
parent
e1def9971c
commit
b91ae86079
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ const Icons = require('components/icons');
|
|||
* @property {boolean} [primary] - Should only be one column at the time. Title is the primary column
|
||||
* @property {boolean} [custom] - Set automatically to true when the column is added by the user
|
||||
* @property {(item: Zotero.Item, dataKey: string) => string} [dataProvider] - Custom data provider that is called when rendering cells
|
||||
* @property {(index: number, data: string, column: ItemTreeColumnOptions & {className: string}) => HTMLElement} renderCell - The cell renderer function
|
||||
* @property {(index: number, data: string, column: ItemTreeColumnOptions & {className: string}) => HTMLElement} [renderCell] - The cell renderer function
|
||||
* @property {string[]} [zoteroPersist] - Which column properties should be persisted between zotero close
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue