Interface FrontendSmallSection

interface FrontendSmallSection {
    dialogWindow?: DialogWindow;
    extraStyles?: ExtraStyles;
    groups: FrontendGroup[];
    items?: FrontendFields[][];
    sectionType: SectionType;
    title: string;
}

Properties

dialogWindow?: DialogWindow
extraStyles?: ExtraStyles
groups: FrontendGroup[]
items?: FrontendFields[][]
sectionType: SectionType
title: string