Chore: Improve typings and ignore Graph (#75742)

* fix some types, ignore graph plugin as it'll be gone soon

* update comments

* more more more

* undo renderer change

* use Partial in the editor
This commit is contained in:
Ashley Harrison
2023-10-06 11:48:15 +01:00
committed by GitHub
parent d8357342a3
commit 171e2c1adb
32 changed files with 137 additions and 562 deletions

View File

@@ -37,7 +37,7 @@ export function InlineEditBody() {
return new OptionsPaneCategoryDescriptor({ id: 'root', title: 'root' });
}
const supplier = (builder: PanelOptionsEditorBuilder<any>, context: StandardEditorContext<any>) => {
const supplier = (builder: PanelOptionsEditorBuilder<any>) => {
if (activeTab === InlineEditTabs.ElementManagement) {
builder.addNestedOptions(getLayerEditor(instanceState));
}