Events
Components creation
{
eventType: "components.created",
data: {
components: [{
_fttdInternalComponentId, // Frontitude's internal id, can be helpful for debugging.
uniqueKey, // if a unique key isn't set, it will be auto-set with a temporary persistent unique id that starts with the 'frontitude-' prefix.
name,
value, // a string if the component is not pluralized, else, an object that represents plurals: { zero?, one?, two?, few?, many?, other? }.
tags, // string array
status, // "New"/"Draft"/"Review"/"Final"
note,
frontitudeLink
}]
}
}Components deletion
Components value change
Components status change
Components unique key change
Last updated
Was this helpful?