Base class containing all logic required for implementing DisplayDensity.
Returns the theme of the component. The default theme is comfortable. Available options are comfortable, cosy, compact.
comfortable
cosy
compact
let componentTheme = this.component.displayDensity;
Sets the theme of the component.
Base class containing all logic required for implementing DisplayDensity.