Merge pull request #320 from Imbozter/master

Remove supressClosable option from docs
This commit is contained in:
mathuo 2023-08-19 15:29:28 +01:00 committed by GitHub
commit be0fea7104
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` | |