---
title: fixedSpaceSmall
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstouchbaritem/identifier-swift.struct/fixedspacesmall
---

# fixedSpaceSmall

The identifier of an item appropriate for use as a small space in a Touch Bar.

## Declaration

```swift
static let fixedSpaceSmall: NSTouchBarItem.Identifier
```

## Discussion

Discussion Use this identifier in the itemIdentifiers array on an NSTouchBar object and the system will instantiate the item for you.

## See Also

### Creating identifiers for space items

- [fixedSpaceLarge](appkit/nstouchbaritem/identifier-swift.struct/fixedspacelarge.md)
- [flexibleSpace](appkit/nstouchbaritem/identifier-swift.struct/flexiblespace.md)
