Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlCommentOptions

The options used to create a new comment.

Hierarchy

  • IXmlCommentOptions

Index

Properties

charData

charData: string

The content of the comment.

Optional replaceInvalidCharsInCharData

replaceInvalidCharsInCharData: undefined | false | true

Whether to replace any invalid characters in the content of the comment with the Unicode replacement character. By default, this is disabled.

Generated using TypeDoc