custom-card-helpers
    Preparing search index...

    Interface Panel

    interface Panel {
        component_name: string;
        config: { [key: string]: any } | null;
        icon: string | null;
        title: string | null;
        url_path: string;
    }
    Index

    Properties

    component_name: string
    config: { [key: string]: any } | null
    icon: string | null
    title: string | null
    url_path: string