---
title: type
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxhandle/type
---

# type

The type of the handle.

## Declaration

```swift
var type: CXHandle.HandleType { get }
```

## Discussion

Discussion For possible values, see CXHandle.HandleType.

## See Also

### Accessing Handle Attributes

- [value](callkit/cxhandle/value.md)
