<!--
{
  "documentType" : "article",
  "framework" : "HomeKit",
  "identifier" : "/documentation/HomeKit/characteristic-properties",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Characteristic Properties"
}
-->

# Characteristic Properties

The properties that characteristics can have.

## Discussion

Check to see if a characteristic’s [`properties`](/documentation/HomeKit/HMCharacteristic/properties) array contains any of these constants to learn something about the corresponding characteristic ([`HMCharacteristic`](/documentation/HomeKit/HMCharacteristic)).

## Topics

### Properties of Characteristics

[`let HMCharacteristicPropertyReadable: String`](/documentation/HomeKit/HMCharacteristicPropertyReadable)

The characteristic is readable.

[`let HMCharacteristicPropertyWritable: String`](/documentation/HomeKit/HMCharacteristicPropertyWritable)

The characteristic is writable.

[`extern NSString * const HMCharacteristicPropertySupportsEventNotification;`](/documentation/HomeKit/HMCharacteristicPropertySupportsEventNotification-19wy1)

The characteristic supports event notifications.

[`let HMCharacteristicPropertyHidden: String`](/documentation/HomeKit/HMCharacteristicPropertyHidden)

The characteristic should be hidden from the user.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)