Add custom data holder for CardViewItems (#3422)

This commit is contained in:
Popovics András
2018-06-01 12:37:02 +01:00
committed by Eugenio Romano
parent 2bba93d80e
commit f543b07082
4 changed files with 41 additions and 26 deletions

View File

@@ -26,4 +26,5 @@ export interface CardViewItemProperties {
clickable?: boolean;
icon?: string;
validators?: CardViewItemValidator[];
data?: any;
}