Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LeafWriterConfig

Hierarchy

  • LeafWriterConfig

Index

Properties

document: LWDocument
editor: { colorScheme?: string; credentials?: { nssiToken?: string | (() => Promise<string>) }; language?: string; legacy?: ConfigLegacy; lookups: ILookupsConfig; schemas?: [SupportedSchemasId | Schema] }

Type declaration

  • Optional colorScheme?: string
  • Optional credentials?: { nssiToken?: string | (() => Promise<string>) }
    • Optional nssiToken?: string | (() => Promise<string>)
  • Optional language?: string
  • Optional legacy?: ConfigLegacy
  • lookups: ILookupsConfig
  • Optional schemas?: [SupportedSchemasId | Schema]
preferences?: { fontSize?: number; themeMode?: string; workspace?: { leftSide: string[]; rightSide: string[] } }

Type declaration

  • Optional fontSize?: number
  • Optional themeMode?: string
  • Optional workspace?: { leftSide: string[]; rightSide: string[] }
    • leftSide: string[]
    • rightSide: string[]
user: User

Methods

  • onLoadRequest(): void

Generated using TypeDoc