SectionCache

SectionCache interface

Signature:

export interface SectionCache extends CacheItem 

Extends: CacheItem

Properties

PropertyModifiersTypeDescription
id?string | undefined(Optional) The block ID of this section, if defined.
positionPos

Position of this item in the note.

(Inherited from CacheItem)

type’blockquote’ | ‘callout’ | ‘code’ | ‘element’ | ‘footnoteDefinition’ | ‘heading’ | ‘html’ | ‘list’ | ‘paragraph’ | ‘table’ | ‘text’ | ‘thematicBreak’ | ‘yaml’ | stringThe type string generated by the parser. Typing is non-exhaustive, more types can be available than are documented here.