---
title: PresentationIntent.Kind
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/presentationintent/kind
---

# PresentationIntent.Kind

## Declaration

```swift
enum Kind
```

## Topics

### Enumeration Cases

- [PresentationIntent.Kind.blockQuote](foundation/presentationintent/kind/blockquote.md)
- [PresentationIntent.Kind.codeBlock(languageHint:)](foundation/presentationintent/kind/codeblock(languagehint:).md)
- [PresentationIntent.Kind.header(level:)](foundation/presentationintent/kind/header(level:).md)
- [PresentationIntent.Kind.listItem(ordinal:)](foundation/presentationintent/kind/listitem(ordinal:).md)
- [PresentationIntent.Kind.orderedList](foundation/presentationintent/kind/orderedlist.md)
- [PresentationIntent.Kind.paragraph](foundation/presentationintent/kind/paragraph.md)
- [PresentationIntent.Kind.table(columns:)](foundation/presentationintent/kind/table(columns:).md)
- [PresentationIntent.Kind.tableCell(columnIndex:)](foundation/presentationintent/kind/tablecell(columnindex:).md)
- [PresentationIntent.Kind.tableHeaderRow](foundation/presentationintent/kind/tableheaderrow.md)
- [PresentationIntent.Kind.tableRow(rowIndex:)](foundation/presentationintent/kind/tablerow(rowindex:).md)
- [PresentationIntent.Kind.thematicBreak](foundation/presentationintent/kind/thematicbreak.md)
- [PresentationIntent.Kind.unorderedList](foundation/presentationintent/kind/unorderedlist.md)

## Relationships

### Conforms To

- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
