Interface UIMinimalConfiguration

interface UIMinimalConfiguration {
    elements?: UIElements;
    showCompositeFilters?: boolean;
    timeline?: UITimeline;
}

Hierarchy

Properties

elements?: UIElements

elements defines the configuration of each UI element.

showCompositeFilters?: boolean

showCompositeFilters flag to show composite filters in the report ui

timeline?: UITimeline

timeline defines the timeline UI element.

Generated using TypeDoc