# `GSShortcutItem.isCustomized`

*Instance Property*

Inverse of `isDefault` for bindings (`NSNegativeBoolean` would mess with `NSDictionary` items)

## Declaration

```swift
var isCustomized: Bool { get }
```

```objc
@property (nonatomic, readonly) BOOL isCustomized;
```

```python
isCustomized() -> bool
```

