Class DocString

Model for DocString

Hierarchy

  • UniqueObject
    • DocString

Constructors

  • Parameters

    • content: string
    • delimiter: string = "\"\"\""
    • mediaType: string = null

    Returns DocString

Properties

_id: string
comment: Comment

Comment of the DocString

content: string

Content of the DocString

delimiter: string

Delimiter of the DocString

mediaType: string

Media type of the DocString

Methods

  • Parameters

    • key: string | RegExp
    • value: string

    Returns void

Generated using TypeDoc