useTypeDefault
Composable to get a specific type’s default configuration.
useTypeDefault(typeName: string): TypeDefault<TRow, TValue> | undefinedParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
typeName | string | The type name to look up |
Example
Section titled “Example”<script setup>import { useTypeDefault } from '@toolbox-web/grid-vue';
const countryDefault = useTypeDefault('country');</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