Interface TabItem

interface TabItem {
    renderRule?: RulesLogic;
    title: string;
    value: BaseWidget | Layout;
}

Properties

renderRule?: RulesLogic
title: string

Tab name - link label / heading

Children definition