@empathyco/x-components
Version:
Empathy X Components
32 lines (27 loc) • 1.08 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SnippetConfigExtraParams](./x-components.snippetconfigextraparams.md)
## SnippetConfigExtraParams variable
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
values: {
type: PropType<Dictionary<unknown>>;
};
excludedExtraParams: {
type: PropType<Array<keyof SnippetConfig>>;
default: () => Array<keyof SnippetConfig>;
};
}, {
extraParams: import("vue").Ref<Record<string, any>>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
values: {
type: PropType<Dictionary<unknown>>;
};
excludedExtraParams: {
type: PropType<Array<keyof SnippetConfig>>;
default: () => Array<keyof SnippetConfig>;
};
}>>, {
excludedExtraParams: (keyof SnippetConfig)[];
}, {}>
```