Interface JJsonFormUISchema

interface JJsonFormUISchema {
    elements: JJsonFormControlElement[];
    type: "VerticalLayout";
}

Properties

Properties

type: "VerticalLayout"