Interface UIElements

UIElements defines the configuration needed to allow a report to show certain UIElement items in the Reports page.

interface UIElements {
    root: UIRoot;
    values: UIElementValues;
}

Properties

Properties

root: UIRoot

root defines the root structure of the UIElements.

values is the collection of values associated to the UIElement items.

Generated using TypeDoc