Hiyve Components - v1.0.0
    Preparing search index...

    Text response for text-type polls.

    interface TextResponse {
        content: string;
        id: string;
        submittedAt: number;
        userId: string;
        userName?: string;
    }
    Index

    Properties

    content: string

    Response text content

    id: string

    Unique identifier

    submittedAt: number

    Timestamp when submitted

    userId: string

    User ID who submitted the response

    userName?: string

    User display name (if not anonymous)