Class ContributionSurveySection

Represents a ContributionSurveySection. Contains a list of ContributionSurveyRows that make up a section generated by the contribution survey.

Hierarchy

  • ContributionSurveySection

Constructors

  • Parameters

    • casePage: DeputyCasePage

      The case page of this section

    • name: string

      The name of this section (based on the heading)

    • closed: boolean

      Whether this section has been closed (wrapped in collapse templates)

    • closingComments: string

      Closing comments for this section

    • wikitext: string

      The original wikitext of this section

    • revid: number

      The revision ID of the wikitext attached to this section.

    Returns ContributionSurveySection

Properties

casePage: DeputyCasePage

The case page of this section

closed: boolean

Whether this section has been closed (wrapped in collapse templates)

closingComments: string

Closing comments for this section

name: string

The name of this section (based on the heading).

originalWikitext: string

The original wikitext of this section

originallyClosed: boolean

Whether the section was already closed

revid: number

The revision ID of the wikitext attached to this section.

Generated using TypeDoc