Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Parent

Hierarchy

  • Parent

Implemented by

Index

Properties

addSection

addSection: (section: Section) => Parent

Type declaration

search

search: (query: string) => Note[]

Type declaration

    • (query: string): Note[]
    • Parameters

      • query: string

      Returns Note[]

title

title: string

toMarkdown

toMarkdown: (asset: Asset[]) => Promise<MarkdownNote[]>

Type declaration

    • (asset: Asset[]): Promise<MarkdownNote[]>
    • Parameters

      Returns Promise<MarkdownNote[]>

Generated using TypeDoc