Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Add example showing capturing view object changes via RabbitMQ #7

@MasterOdin

Description

@MasterOdin

It's demonstrating this code path:

ipcMain.on('view-object-event', (_, arg: ViewObjectEventArg) => {
if (arg.displayContextName && arg.type) {
io.rabbit!.publishTopic(`display.${arg.displayContextName}.${arg.type}.${arg.details.viewId}`, arg);
}
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions