custom-card-helpers
    Preparing search index...

    Interface Window

    interface Window {
        customPanelJS: string;
        ShadyCSS: {
            nativeCss: boolean;
            nativeShadow: boolean;
            getComputedStyleValue(element: any, propertyName: any): any;
            prepareTemplate(
                templateElement: any,
                elementName: any,
                elementExtension: any,
            ): any;
            styleDocument(overrideProperties: any): any;
            styleElement(element: any): any;
            styleSubtree(element: any, overrideProperties: any): any;
        };
    }
    Index

    Properties

    customPanelJS: string
    ShadyCSS: {
        nativeCss: boolean;
        nativeShadow: boolean;
        getComputedStyleValue(element: any, propertyName: any): any;
        prepareTemplate(
            templateElement: any,
            elementName: any,
            elementExtension: any,
        ): any;
        styleDocument(overrideProperties: any): any;
        styleElement(element: any): any;
        styleSubtree(element: any, overrideProperties: any): any;
    }