Interface UILayoutModeBeta

UILayoutMode is a dropdown UI element.

The dropdown presents a list of layout mode possible for a report. Reports define layout modes by adding them to the entries property of this element.

interface UILayoutMode {
    entries: LayoutModeEntry[];
    id: string;
    label: string;
    type: "layoutMode";
}

Hierarchy

Properties

Properties

entries: LayoutModeEntry[]
id: string
label: string
type: "layoutMode"

Generated using TypeDoc