Member Junction
    Preparing search index...

    Interface IMJChatDemonstrationSurfaceComponent

    Contract for the demonstrationSurface slot — full-width adjacent surface for content the agent is "walking through" (e.g., annotated lesson material, step-by-step screenshots). Off unless a slot is supplied.

    interface IMJChatDemonstrationSurfaceComponent {
        Content?: unknown;
        Visible?: boolean;
    }

    Implemented by

    Index

    Properties

    Properties

    Content?: unknown

    Optional content payload — shape is consumer-defined.

    Visible?: boolean

    Whether the surface should be visible.