Skip to main content
Version: 57.2.0

ConsentFormDocument

Extends

  • Document

Properties

_id

_id: ObjectId

This documents _id.

Overrides

mongoose.Document._id


active

active: boolean


agreeButtonText

agreeButtonText: string


allowDecline

allowDecline: boolean


captureSignature

captureSignature: boolean


checkboxes

checkboxes: ConsentFormCheckbox[]


content

content: Map<string, string>


created

created: Date


declineButtonText

declineButtonText: string


defaultLocale

defaultLocale: string


deleted

deleted: boolean


order

order: number


required

required: boolean


requireScrollToBottom

requireScrollToBottom: boolean


slug

slug: string


title

title: string


type

type: ConsentFormType


updated

updated: Date


version

version: number