exportparts function

Attribute<GlobalHTMLAttribute> exportparts(
  1. String value
)

Used to transitively export shadow parts from a nested shadow tree into a containing light tree.

Implementation

Attribute<GlobalHTMLAttribute> exportparts(String value) {
  return Attribute('exportparts', value);
}