Interface ViewModelSingleFieldValueMetaData

interface ViewModelSingleFieldValueMetaData {
    bgColor?: string;
    color?: string;
    icon?: string;
}

Properties

Properties

bgColor?: string
color?: string
icon?: string

icons, e.g: ['fa-star', 'fa-star']

Generated using TypeDoc