SectionCache interface
Signature:
export interface SectionCache extends CacheItem
Extends: CacheItem
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id? | string | undefined | (Optional) The block ID of this section, if defined. | |
position | Pos | Position of this item in the note. (Inherited from CacheItem) | |
type | ’blockquote’ | ‘callout’ | ‘code’ | ‘element’ | ‘footnoteDefinition’ | ‘heading’ | ‘html’ | ‘list’ | ‘paragraph’ | ‘table’ | ‘text’ | ‘thematicBreak’ | ‘yaml’ | string | The type string generated by the parser. Typing is non-exhaustive, more types can be available than are documented here. |