id | ID | The Chameleon ID |
created_at | timestamp | When this happened or when this was added to the Database |
updated_at | timestamp | The last time any property was updated |
name | string | The name given by an administrator of Chameleon |
title | string | The display title |
description | string | The display description |
preset | string | The preconfigured type: One of icon, element, icon_checklist, updates, or faqs |
segment_ids | array<ID> | The Chameleon IDs of the configured Segments |
published_at | timestamp | The time this was most recently published |
tag_ids | array<ID> | The Chameleon IDs of the Tags attached to this model |
list_type | string | If this is a checklist or a normal list: One of default or checklist |
search_placeholder | string | Search placeholder |
quantifier_url | string | This must match the current page URL [deprecated] |
quantifier_urls | array | List of URL matching conditions that must match the current page URL |
quantifier_urls.url | none | The specific URL used in this matching condition |
quantifier_urls.match_type | none | The type of matching used. One of: simple, exact, regex, inverse_simple, or inverse_exact |
trigger_text | string | Trigger text |
blocked_domains | string | Domains that, if matched, will make this now show |
empty_state_content | string | Markdown content to show when all items in the Launcher are completed/hidden |
icon_size | string | Icon size |
screen_position | string | Screen position: One of bottom_left or bottom_right |
position_type | string | Position type: One of relative_to_screen or snap_to_element |
trigger | string | Trigger: One of click or hover |
trigger_type | string | Trigger type: One of custom_icon, element, icon_lightbulb, icon_question, icon_checklist, icon_signpost, icon_bell, or text |
items | array<LauncherItem> | An array of items that define the Launcher menu contents (see full schema below) |
stats | object | Aggregated statistics for this model (all-time) |
stats.displayed_count | number | Number of times the Launcher widget (icon) was shown to end-users |
stats.last_displayed_at | timestamp | Most recent time the Launcher widget (icon) was shown to end-users |
stats.started_count | number | Number of times the Launcher menu was opened by an end-user |
stats.last_started_at | timestamp | Most recent time the Launcher menu was opened by an end-user |