Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

default

Renames and exports EvaluatorSectionApi

Type aliases

EvaluatorSection

EvaluatorSection: { allow_additional_documents: boolean; allow_update: boolean; committee_evaluation_section: boolean; description: null; due_date: string | null; id: number; in_use: boolean; internal_sort_order: number | null; name: string; requirement_sort_order: number | null; type: string }

Represents a Packet section to which requirements can be assigned and read by evaluators

Type declaration

  • allow_additional_documents: boolean

    flag if additional documents are allowed

  • allow_update: boolean

    if update is allowed

  • committee_evaluation_section: boolean

    if this is a committee evaluation section

  • description: null

    Description of the packet section

  • due_date: string | null

    due date for the section

  • id: number

    id of the section

  • in_use: boolean

    if the section is in use

  • internal_sort_order: number | null

    the interal sort order

  • name: string

    name of the section

  • requirement_sort_order: number | null

    the packet section sort order

  • type: string

    the type (eg. Requirement Section / Evaluator Section

Variables

Const EVALUATOR_SECTIONS_BASE_URL

EVALUATOR_SECTIONS_BASE_URL: string = ...

Const EVALUATOR_SECTION_URL

EVALUATOR_SECTION_URL: string = ...

Legend

  • Variable
  • Function
  • Type alias
  • Class

Generated using TypeDoc