[@johanneslumpe/styled-props](../README.md) > ["utils/backgrounds-and-borders/backgroundAttachment"](../modules/_utils_backgrounds_and_borders_backgroundattachment_.md) > [BackgroundAttachmentProps](../interfaces/_utils_backgrounds_and_borders_backgroundattachment_.backgroundattachmentprops.md)

# Interface: BackgroundAttachmentProps

## Type parameters
#### T 
## Hierarchy

**BackgroundAttachmentProps**

## Index

### Properties

* [style$BackgroundAttachment](_utils_backgrounds_and_borders_backgroundattachment_.backgroundattachmentprops.md#style_backgroundattachment)

---

## Properties

<a id="style_backgroundattachment"></a>

###  style$BackgroundAttachment

**● style$BackgroundAttachment**: *`T`*

*Defined in [utils/backgrounds-and-borders/backgroundAttachment.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/backgrounds-and-borders/backgroundAttachment.ts#L12)*

The **`background-attachment`** CSS property sets whether a background image's position is fixed within the viewport, or scrolls with its containing block.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/background-attachment](https://developer.mozilla.org/docs/Web/CSS/background-attachment)

___

