whits
    Preparing search index...

    Class RawContent

    Represents raw content as a string.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new instance of RawContent.

      Parameters

      • content: string

        The raw content as a string.

      Returns RawContent

    Properties

    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.