Css class names for custom document columns

refs #51
This commit is contained in:
Denys Vuika
2016-05-04 10:11:37 +01:00
parent 0b1b87063c
commit 548fb14f4c
9 changed files with 15 additions and 5 deletions

View File

@@ -17,4 +17,5 @@
export declare class ContentColumnModel {
title: string;
source: string;
cssClass: string;
}