Skip to content

useGridTypeDefaults

Composable to get the current type defaults from the nearest provider.

useGridTypeDefaults(): TypeDefaultsMap | undefined
<script setup>
import { useGridTypeDefaults } from '@toolbox-web/grid-vue';
const typeDefaults = useGridTypeDefaults();
</script>
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt