mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
allow indexed access for DataRow objects (#5229)
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export interface DataRow {
|
export interface DataRow {
|
||||||
|
[key: string]: any;
|
||||||
|
|
||||||
isSelected: boolean;
|
isSelected: boolean;
|
||||||
isDropTarget?: boolean;
|
isDropTarget?: boolean;
|
||||||
cssClass?: string;
|
cssClass?: string;
|
||||||
|
Reference in New Issue
Block a user