@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ObjectRendererProps

    Properties for custom object renderer

    interface ObjectRendererProps {
        object: any;
        schema?: any;
        objectType?: string;
        state: StructuredObjectState;
        updatedFields?: Set<string>;
        enableAnimations?: boolean;
        compact?: boolean;
        className?: string;
        onFieldUpdate?: (field: string, value: any) => void;
    }
    Index

    Properties

    object: any

    Object data

    schema?: any

    Object schema

    objectType?: string

    Object type

    Streaming state

    updatedFields?: Set<string>

    Recently updated fields

    enableAnimations?: boolean

    Enable animations

    compact?: boolean

    Compact mode

    className?: string

    Additional CSS classes

    onFieldUpdate?: (field: string, value: any) => void

    Field update handler