Interface JFormUITab

interface JFormUITab {
    controls: JFormUIControl[];
    title: string;
    type: "Tab";
}

Properties

Properties

controls: JFormUIControl[]
title: string
type: "Tab"