UNPKG

@empathyco/x-components

Version:
93 lines (41 loc) 1.04 kB
<!-- 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; [PlatformRedirection](./x-adapter-platform.platformredirection.md) ## PlatformRedirection interface Redirection model for the `platform` API. **Signature:** ```typescript export interface PlatformRedirection ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [id](./x-adapter-platform.platformredirection.id.md) </td><td> </td><td> string </td><td> </td></tr> <tr><td> [tagging?](./x-adapter-platform.platformredirection.tagging.md) </td><td> </td><td> { click: string; } </td><td> _(Optional)_ </td></tr> <tr><td> [url](./x-adapter-platform.platformredirection.url.md) </td><td> </td><td> string </td><td> </td></tr> </tbody></table>