## CdsLink interface

CDS Link definition. See [CDS Link](https://cds-hooks.hl7.org/#link) for full details.

**Signature:**
```typescript
export interface CdsLink
```

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [appContext?](/content/docs/sdk/core.cdslink.appcontext) | `readonly` | string | _(Optional)_ |
| [autolaunchable?](/content/docs/sdk/core.cdslink.autolaunchable) | `readonly` | boolean | _(Optional)_ |
| [label](/content/docs/sdk/core.cdslink.label) | `readonly` | string |  |
| [type](/content/docs/sdk/core.cdslink.type) | `readonly` | 'absolute' \| 'smart' \| 'relative' |  |
| [url](/content/docs/sdk/core.cdslink.url) | `readonly` | string |  |
