We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b3c46 commit c9dca88Copy full SHA for c9dca88
src/tab-container-element.ts
@@ -29,8 +29,8 @@ const shadowHTML = html`
29
export interface ElementRender {
30
renderShadow(): string
31
shadowRootOptions?: {
32
- shadowrootmode?: 'open' | 'closed'
33
- delegatesFocus?: boolean
+ shadowrootmode?: 'open' | 'closed',
+ delegatesFocus?: boolean,
34
}
35
36
@@ -84,9 +84,9 @@ export class TabContainerElement extends HTMLElement {
84
static renderShadow() {
85
return shadowHTML
86
87
-
+
88
static shadowRootOptions = {
89
- shadowrootmode: 'open',
+ shadowrootmode: 'open'
90
91
92
// Passing `null` clears the policy.
0 commit comments