custom-card-helpers
    Preparing search index...

    Interface LovelaceViewConfig

    interface LovelaceViewConfig {
        background?: string;
        badges?: (string | LovelaceBadgeConfig)[];
        cards?: LovelaceCardConfig[];
        icon?: string;
        index?: number;
        panel?: boolean;
        path?: string;
        theme?: string;
        title?: string;
        visible?: boolean | ShowViewConfig[];
    }
    Index

    Properties

    background?: string
    badges?: (string | LovelaceBadgeConfig)[]
    icon?: string
    index?: number
    panel?: boolean
    path?: string
    theme?: string
    title?: string
    visible?: boolean | ShowViewConfig[]