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

    Interface LayoutItem

    interface LayoutItem {
        analyticsCloudComponent?: AnalyticsCloudComponentLayoutItem;
        behavior?: UiBehavior;
        canvas?: string;
        component?: string;
        customLink?: string;
        emptySpace?: boolean;
        field?: string;
        height?: number;
        page?: string;
        reportChartComponent?: ReportChartComponentLayoutItem;
        scontrol?: string;
        showLabel?: boolean;
        showScrollbars?: boolean;
        width?: string;
    }
    Index

    Properties

    analyticsCloudComponent?: AnalyticsCloudComponentLayoutItem
    behavior?: UiBehavior
    canvas?: string
    component?: string
    customLink?: string
    emptySpace?: boolean
    field?: string
    height?: number
    page?: string
    reportChartComponent?: ReportChartComponentLayoutItem
    scontrol?: string
    showLabel?: boolean
    showScrollbars?: boolean
    width?: string