---
title: nameEditable
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguestdisplaypreferences/nameeditable
---

# nameEditable

A Boolean value indicating whether the name fields are editable.

## Declaration

```swift
var nameEditable: Bool { get set }
```

## Discussion

Discussion The default value of this property is true, which lets the current user change the name of the person assigned to the reservation. You might change this property to false if you require that reservations must be by the person who made them.

## See Also

### Making the Guest Information Editable

- [emailAddressEditable](intents/inrestaurantguestdisplaypreferences/emailaddresseditable.md)
- [phoneNumberEditable](intents/inrestaurantguestdisplaypreferences/phonenumbereditable.md)
