@orangecheck/me-client / ArchetypeTemplate
Interface: ArchetypeTemplate
Defined in: me-client/src/templates.ts:56
Template descriptor · what each archetype enables and prices. Exposed so dashboards can render "you're using the X template" state and offer one-click swaps.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-events"></a> events | Partial<Record<EventSubtype, IntegratorEventConfig>> | Per-subtype config the template emits. Subtypes not listed are emitted as enabled: false (the SDK fills them with a conservative default to keep the type happy without firing). | me-client/src/templates.ts:66 |
<a id="property-examples"></a> examples | readonly string[] | Concrete examples of sites this archetype fits. | me-client/src/templates.ts:62 |
<a id="property-id"></a> id | IntegratorArchetype | - | me-client/src/templates.ts:57 |
<a id="property-label"></a> label | string | - | me-client/src/templates.ts:58 |
<a id="property-summary"></a> summary | string | One-sentence summary shown next to the picker. | me-client/src/templates.ts:60 |