Please enable JavaScript.
Coggle requires JavaScript to display documents.
survey-config-lib, EmbeddedSurveyLink, EmbeddedSurveyDto,…
survey-config-lib
<embdded-survey-link-list-component>
methods
getEmbeddedSurveyLinks()
onAddLinkClick()
props
embeddedSurveyLinks: EmbeddedSurveyLink[] = []
page : number
taillePage : number
<a3dn-subheader-component>
<a3dn-list-header-component>
<a3dn-list-scroll-component>
<embedded-survey-link-card-component>
inputs()
embeddedSurveyLink : EmbeddedSurveyLink
methods
editEmbeddedSurveyLinkDescription(description : string)
onRegenerateLinkClick()
onVisualizeLinkClick()
onCopyLinkClick()
<new-embedded-survey-link-component>
props
newEmbeddeSurveyLinkFormGroup : EmbeddedSurveyLinkFormGroup
methods()
onDenyClick()
onCreateLinkClick()
EmbeddedSurveyLinkService
methods()
getEmbeddedSurveyLinkList(page: number, taillePage: number)
editSurveyLinkDescription(id : string, description : string)
regenerateLink(id : string)
EmbeddedSurveyLink
description: string
id : string
survey: EmbeddedSurveyDto
status : EmbeddedSurveyLinkStatusEnum
expirationDate: string
creationDate: string
EmbeddedSurveyDto
id: string
description: string
EmbeddedSurveyLinkStatusEnum
Actif
Expire
EmbeddedSurveyLinkFormGroup
surveyDescriptionCtrl : FormControl<string>
embeddedSurveyCtrl: FormControl<EmbeddedSurveyDto>