property shadowRoots


Map<String, ShadowRoot> shadowRoots
read-only

Gets the shadow root associated with the corresponding custom element.

This is identical to shadowRoot, unless there are multiple levels of inheritance and they each have their own shadow root. For example, this can happen if the base class and subclass both have <template> tags in their <polymer-element> tags.