You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -811,6 +811,12 @@ project element.
811
811
|`editor`|`string \| PlaygroundFileEditor`|`undefined`| The editor this bar controls. Either the `<playground-file-editor>` itself, or its `id` in the host scope. |
812
812
|`editableFileSystem`|`boolean`|`false`| Allow adding, removing, and renaming files |
813
813
814
+
### Events
815
+
816
+
| Event | Description |
817
+
| ----------- | ------------------------- |
818
+
|`tabchange`| A tab has been activated. |
819
+
814
820
---
815
821
816
822
## `<playground-file-editor>`
@@ -861,9 +867,9 @@ A pure text editor based on CodeMirror with syntax highlighting for HTML, CSS, J
|`change`| User made an edit to the active file (note: this event is not fired for programmatic changes to the value property nor for the user changing tabs) |
0 commit comments