Rechat SDK
    Preparing search index...

    Interface RechatAgentsAttributes

    Attributes accepted by the <rechat-agents> tag — the parent that holds the agent-roster sub-elements (<rechat-agents-grid>, <rechat-agents-search>, <rechat-agents-count>, <rechat-agents-pagination>).

    interface RechatAgentsAttributes {
        agents?: string;
        limit?: string;
        q?: string;
    }
    Index

    Properties

    Properties

    agents?: string

    Inline JSON array of agents to seed the grid with before any fetch.

    limit?: string

    Page size for the roster.

    "20"
    
    q?: string

    Initial roster filter (name, email, or MLS id).