---
title: complicationTemplate
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtimelineentry/complicationtemplate
---

# complicationTemplate

The template containing the data to display in your complication.

## Declaration

```swift
@NSCopying var complicationTemplate: CLKComplicationTemplate { get set }
```

## Discussion

Discussion Specify a template that matches the style of complication for which you’re providing data. Different templates require different types of data. You must configure the template data before returning the timeline entry to ClockKit.

## See Also

### Setting the Entry Values

- [date](clockkit/clkcomplicationtimelineentry/date.md)
- [timelineAnimationGroup](clockkit/clkcomplicationtimelineentry/timelineanimationgroup.md)
