vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface LayoutSection

    interface LayoutSection {
        customLabel?: boolean;
        detailHeading?: boolean;
        editHeading?: boolean;
        label?: string;
        layoutColumns?: LayoutColumn[];
        style: LayoutSectionStyle;
    }
    Index

    Properties

    customLabel?: boolean
    detailHeading?: boolean
    editHeading?: boolean
    label?: string
    layoutColumns?: LayoutColumn[]