MCPcopy
hub / github.com/home-assistant/frontend / LovelaceViewElement

Interface LovelaceViewElement

src/data/lovelace.ts:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface LovelaceViewElement extends HTMLElement {
18 hass?: HomeAssistant;
19 lovelace?: Lovelace;
20 narrow?: boolean;
21 index?: number;
22 cards?: HuiCard[];
23 badges?: HuiBadge[];
24 sections?: HuiSection[];
25 isStrategy: boolean;
26 setConfig(config: LovelaceViewConfig): void;
27}
28
29export interface LovelaceSectionElement extends HTMLElement {
30 hass?: HomeAssistant;

Callers 1

_createThingFunction · 0.65

Implementers 15

SideBarViewsrc/panels/lovelace/views/hui-sidebar-
PanelViewsrc/panels/lovelace/views/hui-panel-vi
MasonryViewsrc/panels/lovelace/views/hui-masonry-
SectionsViewsrc/panels/lovelace/views/hui-sections
EnergySetupWizardsrc/panels/energy/cards/energy-setup-w
HuiMediaPlayerVolumeSliderCardFeaturesrc/panels/lovelace/card-features/hui-
HuiLightColorFavoritesCardFeaturesrc/panels/lovelace/card-features/hui-
HuiUpdateActionsCardFeaturesrc/panels/lovelace/card-features/hui-
HuiTargetTemperatureCardFeaturesrc/panels/lovelace/card-features/hui-
HuiLawnMowerCommandCardFeaturesrc/panels/lovelace/card-features/hui-
HuiLightColorTempCardFeaturesrc/panels/lovelace/card-features/hui-
HuiCoverOpenCloseCardFeaturesrc/panels/lovelace/card-features/hui-

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…