Equation Citator v1.3.7 Documentation
    Preparing search index...

    Since the outline view is much more complex than list view, we encapsulate its rendering logic into a separate class for better code organization.

    Index

    Constructors

    Properties

    app: App
    collapseAllState: boolean = false
    collapseHeadings: Set<string> = ...
    currentCollapseAllState: boolean = false
    currentHeadingOccurrences: Map<string, number> = ...
    currentHeadings: Heading[] = []
    parsedCollapsedHeadings: Set<string> = ...
    plugin: default

    Methods

    • Parameters

      • hasContent: boolean
      • collapseIcon: HTMLElement | null
      • id: string
      • contentContainer: HTMLElement

      Returns void