Real-time Survey Tool Documentation
    Preparing search index...

    Interface Event

    Represents an event.

    interface Event {
        access_code: string;
        background_color?: string;
        id: number;
        name: string;
        text_color?: string;
    }
    Index

    Properties

    access_code: string
    background_color?: string

    The background color of the presenter screen.

    id: number
    name: string
    text_color?: string

    The text color of the presenter screen.