<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [createTrackDisplayWire](./x-components.createtrackdisplaywire.md)

## createTrackDisplayWire() function

Factory helper to create a wire for the track of the display click.

**Signature:**

```typescript
export declare function createTrackDisplayWire(property: keyof Tagging): Wire<Taggable>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  property | keyof Tagging | Key of the tagging object to track. |

**Returns:**

[Wire](./x-components.wire.md)<!-- -->&lt;Taggable&gt;

A new wire for the display click of the taggable element.

