initial-editor-sidebar-tab-id
Type: String | NULL
Set to the id
of an EditorSidebarTabConfig registered registerEditorSidebarTab to have that tab be opened initially when the editor is loaded.
Defaults to null
to not open any tab by default.
Other
configurationManager.set('initial-editor-sidebar-tab-id', 'structure');