jj
    Preparing search index...

    Interface ShadowConfig

    Configuration for initializing a shadowRoot

    interface ShadowConfig {
        styles?: CSSStyleSheet[];
        template?: string | DocumentFragment;
    }
    Index

    Properties

    Properties

    styles?: CSSStyleSheet[]

    Optional CSSStyleSheets to adopt in the shadow root

    template?: string | DocumentFragment

    Optional HTML content to set in the shadow root