---
title: custom
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/paletteselectioneffect/custom
---

# custom

Does not apply any system effect when selected.

## Declaration

```swift
static let custom: PaletteSelectionEffect
```

## Discussion

Discussion note: Make sure to manually implement a way to indicate selection when using this case. For example, you could dynamically resolve the item’s image based on the selection state.

## See Also

### Getting palette selection effects

- [automatic](swiftui/paletteselectioneffect/automatic.md)
- [symbolVariant(_:)](swiftui/paletteselectioneffect/symbolvariant(_:).md)
