TopNavDTO.ets
967 Bytes
/**
* 顶导
*/
export class TopNavDTO {
channelId: number = 0;
channelStyle: number = 0;
channelType: number = 0; // 频道样式;1-沉浸式;2-信息流;3-特殊频道(跳转指定页面的,如版面)
defaultPermitted: number = 0;
delPermitted: number = 0;
fontCColor: string = ''; // 频道展示样式颜色(选中状态)
fontColor: string = ''; // 频道展示样式颜色(未选中状态)
headlinesOn: number = 0;
homeChannel: string = '';
iconUrlSize: string = '';
iconCUrlSize: string = '';
iconUrl: string = ''; // 频道图片展示样式图片相对地址(未选中状态)
iconCUrl: string = ''; //频道图片展示样式图片相对地址(选中状态
localChannel: string = '';
moreChannel: string = '';
movePermitted: number = 0;
myChannel: string = '';
name: string = '';
num: number = 0;
pageId: number = 0;
pageType: string = '';
underlineCColor: string = ''; // 选中下划线颜色
}