We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c005ee commit 933cee4Copy full SHA for 933cee4
projects/js-toolkit/packages/js-api/data-set/index.ts
@@ -6,6 +6,7 @@
6
// Frontend data set cell renderer
7
8
export interface FDSTableCellHTMLElementBuilderArgs {
9
+ itemData?: Record<string, any>;
10
value: boolean | number | string | object | [];
11
}
12
0 commit comments