<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`SectionCache`](SectionCache) › [`type`](SectionCache/type)
## SectionCache.type property
The type string generated by the parser. Typing is non-exhaustive, more types can be available than are documented here.
**Signature:**
```typescript
type: 'blockquote' | 'callout' | 'code' | 'element' | 'footnoteDefinition' | 'heading' | 'html' | 'list' | 'paragraph' | 'table' | 'text' | 'thematicBreak' | 'yaml' | string;
```