data.folid} mapGroupTitle={folid => `${contentGroupMap[folid]?.name} - ${contentGroupMap[folid]?.role}`} {filter} subItemsComponent={() => SubCloudItemsList} expandIconFunc={plusExpandIcon} isExpandable={data => data.conid && $cloudConnectionsStore[data.conid] && !$cloudConnectionsStore[data.conid].singleDatabase && $openedConnections.includes(data.conid)} getIsExpanded={data => $expandedConnections.includes(data.conid)} setIsExpanded={(data, value) => { expandedConnections.update(old => (value ? [...old, data.conid] : old.filter(x => x != data.conid))); }} passProps={{ onFocusSqlObjectList: () => domSqlObjectList.focus(), }} groupContextMenu={createGroupContextMenu} />