Member Junction
    Preparing search index...

    Interface MJActionEntity_IRuntimeActionReference

    Stable reference to an entity / action / agent.

    id is authoritative (used for lookups and permission checks). name is kept so that the approval UI, logs, and diffs stay readable even when items are renamed — the UI should show the current name from the lookup and fall back to the stored one if the target is deleted.

    interface MJActionEntity_IRuntimeActionReference {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    UUID of the referenced item

    name: string

    Human-readable name at the time this configuration was authored