Interface TabItem

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

Properties

Properties

title: string

Tab name - link label / heading

Children definition