Class RawContent

Represents raw content as a string.

Constructors

Properties

Methods

Constructors

  • Creates a new instance of RawContent.

    Parameters

    • content: string

      The raw content as a string.

    Returns RawContent

Properties

__RAW: true = true

Indicates that the content is raw.

content: string

The raw content as a string.

Methods

  • Creates a clone of the current RawContent instance.

    Returns RawContent

    A new instance of RawContent with the same content.

  • Returns the raw content with indentation minimized.

    Returns string

    The content string.

Generated using TypeDoc