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

    Interface WaitingRoomAdmittanceLabels

    Labels for the WaitingRoomAdmittance component.

    interface WaitingRoomAdmittanceLabels {
        admitAllButton: string;
        admitButton: string;
        emptyState: string;
        rejectButton: string;
        title: string;
        waitingBadge: (count: number) => string;
    }
    Index

    Properties

    admitAllButton: string

    Text for the admit all button

    admitButton: string

    Text for the admit button

    emptyState: string

    Message when no one is waiting

    rejectButton: string

    Text for the reject/deny button

    title: string

    Title displayed at the top

    waitingBadge: (count: number) => string

    Badge showing count of waiting users