Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputFilterMeta

Hierarchy

  • OutputFilterMeta

Index

Properties

original: string

The original output before it went through the filters.

output: string

The current output.

style: { bold: boolean; italic: boolean }

Style information: whether the output will be printed bold and/or italic.

Type declaration

  • bold: boolean
  • italic: boolean

Generated using TypeDoc