Files
dbgate/packages/web/src/celldata/JsonExpandedCellView.svelte
SPRINX0\prochazka 93895f3d6f expanded cell view
2025-02-07 14:34:56 +01:00

7 lines
145 B
Svelte

<script lang="ts">
import JsonCellView from './JsonCellView.svelte';
export let selection;
</script>
<JsonCellView {selection} expandAll />