Add css class/id

This commit is contained in:
Daniel Imms
2017-01-30 21:09:25 -08:00
parent 703d7241a0
commit d9b6855f2d
3 changed files with 10 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ export interface IColorSet {
type?: string;
modifier?: string;
this?: string;
cssClass?: string;
cssId?: string;
}
ui?: {
/** The default background color */