Merge pull request #1 from Imbozter/Remove-suppressClosable-option-from-docs

Update dockview.mdx
This commit is contained in:
Imbozter 2023-08-16 23:54:37 +10:00 committed by GitHub
commit ffc19f891d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,6 @@ const MyComponent = (props: IDockviewPanelProps<{ title: string }>) => {
| group | `GroupPanel | undefined` |
| isGroupActive | `boolean` | |
| title | `string` | |
| suppressClosable | `boolean` | |
| close | `(): void` | |
| setTitle | `(title: string): void` | |