Skip to content

Event

IRI: https://w3id.org/altium/cdm/core/Event

Bounded context: core

Abstract base for domain events. Events carry no GRID and no versioning lifecycle; they represent things that happened rather than persistent domain objects.

Platform API

GRID (1)

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

*NOTE: this is an abstract class and should not be instantiated directly

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class core_Event["Event"]




    click core_Event href "../../classes/core_Event/"




  class cus_ScriptExecutionCompleted["Script Execution Completed"]



      style cus_ScriptExecutionCompleted fill:#a2c4c9    


        core_Event <|-- cus_ScriptExecutionCompleted
        click cus_ScriptExecutionCompleted href "../../classes/cus_ScriptExecutionCompleted/"





Inheritance

Fields

Name Cardinality Type Description Inheritance

Identifier and Mapping Information

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.