exportparts function
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);
}
Used to transitively export shadow parts from a nested shadow tree into a containing light tree.
Attribute<GlobalHTMLAttribute> exportparts(String value) {
return Attribute('exportparts', value);
}