Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    DisplayMode: "auto" | "pill" | "card" = 'auto'

    Display mode: 'pill' for inline badge style, 'card' for block card style, 'auto' to choose based on field count (default).

    FormDefinition: AgentResponseForm | null = null

    Optional form schema for resolving labels, types, and display values. When provided, enables type-aware formatting and option label resolution.

    ResponseData: string | Record<string, unknown> | null = null

    The response data as a JSON string or pre-parsed object. Keys are question IDs, values are the user's responses.

    Title: string | null = null

    Optional title override. Falls back to FormDefinition.title, then 'Form Response'.

    Accessors

    Methods