Type alias iViewTabList

iViewTabList: {
    [K: string]: iViewTab;
}

Type declaration