UNPKG

@empathyco/x-components

Version:
74 lines (33 loc) 861 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [FacetConfig](./x-adapter-platform.facetconfig.md) ## FacetConfig interface Facet configuration containing the model name and the schema. **Signature:** ```typescript export interface FacetConfig ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [modelName](./x-adapter-platform.facetconfig.modelname.md) </td><td> </td><td> FacetModelName </td><td> </td></tr> <tr><td> [schema](./x-adapter-platform.facetconfig.schema.md) </td><td> </td><td> Schema </td><td> </td></tr> </tbody></table>