Member Junction
    Preparing search index...

    Event emitted when a panel interacts with content

    interface PanelInteractionEvent {
        interactionType:
            | "record-select"
            | "record-open"
            | "entity-link"
            | "query-execute"
            | "custom";
        panelId: string;
        payload: Record<string, unknown>;
    }
    Index

    Properties

    interactionType:
        | "record-select"
        | "record-open"
        | "entity-link"
        | "query-execute"
        | "custom"

    Type of interaction

    panelId: string

    Panel that emitted the event

    payload: Record<string, unknown>

    Interaction payload