Options
All
  • Public
  • Public/Protected
  • All
Menu

The output data of the module.

Hierarchy

  • OutputData

Index

Constructors

Properties

Constructors

constructor

  • new OutputData(__namedParameters: { content: string; isModified: () => boolean }): OutputData
  • Parameters

    • __namedParameters: { content: string; isModified: () => boolean }
      • content: string
      • isModified: () => boolean
          • (): boolean
          • Returns boolean

    Returns OutputData

Properties

Readonly content

content: string

The edited content

Readonly isModified

isModified: () => boolean

A function that return whether or not the content has been modified with respect to the original one.

Type declaration

    • (): boolean
    • Returns boolean

Generated using TypeDoc