Skip to content

useGridTypeDefaults

Since v0.1.0

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://toolboxjs.com/llms-full.txt