Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComponentsDistribution

A class that represents the distribution of UI components of a given application instance.

Hierarchy

  • ComponentsDistribution

Index

Constructors

Properties

Constructors

constructor

Properties

auto

auto: boolean

Whether the distribution was determined automatically (true) or not (false).

components

components: {}

An object representing the distribution of components where the keys represent the name of the components and the boolean values represent whether the components is shown (true) or not (false).

Type declaration

  • [component: string]: boolean

Generated using TypeDoc