Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "FlatNotepad"

Index

Type aliases

FlatNotepadOptions

FlatNotepadOptions: { crypto?: EncryptionMethod; lastModified?: Date; notepadAssets?: string[]; notes?: undefined | {}; sections?: undefined | {} }

Type declaration

  • Optional crypto?: EncryptionMethod
  • Optional lastModified?: Date
  • Optional notepadAssets?: string[]
  • Optional notes?: undefined | {}
  • Optional sections?: undefined | {}

FlatSection

FlatSection: { internalRef: string; parentRef?: undefined | string; title: string }

Type declaration

  • internalRef: string
  • Optional parentRef?: undefined | string
  • title: string

Generated using TypeDoc