Restrizioni che devono essere soddisfatte affinché il modulo venga visualizzato.
sortIndex
integer
L'indice per l'ordinamento dei moduli. I moduli con un indice di ordinamento inferiore vengono visualizzati prima dei moduli con un indice di ordinamento superiore. Se non specificato, si presume che l'indice di ordinamento sia INT_MAX. Per due moduli con lo stesso indice, il comportamento di ordinamento non è definito.
ModuleViewConstraints
Restrizioni che devono essere soddisfatte affinché il modulo venga visualizzato.
Il periodo di tempo durante il quale il modulo verrà mostrato agli utenti. Può definire sia un startTime che un endTime. Il modulo viene visualizzato immediatamente dopo l'inserimento, a meno che non sia impostato un startTime. Il modulo viene visualizzato a tempo indeterminato se endTime non è impostato.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-13 UTC."],[[["Value Added Modules require a header and a URI, along with optional fields like body, image, view constraints, and sort index for customization."],["The module displays a header, body (optional), and image (optional), and directs users to a specified URI upon clicking."],["View constraints, such as a display interval, can be set to control when the module is shown to users."],["Modules can be sorted using the `sortIndex` field, with lower values appearing before higher ones."]]],["The Value Added module requires `header` and `uri` fields. It uses a JSON format that includes `header`, `body`, `image`, `uri`, `viewConstraints`, and `sortIndex`. `viewConstraints` dictates when the module is displayed, using `displayInterval` to specify `startTime` and `endTime`. Modules are ordered by `sortIndex`, with lower indices appearing first. `header` and `body` have character limits. `uri` handles links, and `image` should maintain a 1:1 ratio.\n"]]