MCPcopy
hub / github.com/wagtail/wagtail / MessageWithOrigin

Interface MessageWithOrigin

client/src/utils/message.ts:6–8  ·  view source on GitHub ↗

* A message that includes the sender's origin, so the CMS can use the correct * origin when responding to the message, without requiring developers to * specify the expected origin wherever necessary (e.g. in the userbar).

Source from the content-addressed store, hash-verified

4 * specify the expected origin wherever necessary (e.g. in the userbar).
5 */
6interface MessageWithOrigin {
7 origin: string;
8}
9
10/**
11 * Indicates Axe in the userbar is ready for another run.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected