Interface IColumnWrapper

interface IColumnWrapper {
    category: IColumnCategory;
    desc: IColumnDesc;
    id: string;
    text: string;
}

Properties

Properties

category: IColumnCategory
id: string
text: string