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

    Interface AssignmentSessionLabels

    Customizable text labels for the AssignmentSession component.

    Controls the text displayed in the session's empty state and header elements.

    interface AssignmentSessionLabels {
        emptyState?: Partial<{ createButton: string; message: string }>;
        header?: Partial<
            {
                closeTooltip: string;
                editingSession: string;
                newSession: string;
                saveTooltip: string;
                savingTooltip: string;
            },
        >;
    }
    Index

    Properties

    Properties

    emptyState?: Partial<{ createButton: string; message: string }>

    Labels for the empty state when no assignment is selected

    header?: Partial<
        {
            closeTooltip: string;
            editingSession: string;
            newSession: string;
            saveTooltip: string;
            savingTooltip: string;
        },
    >

    Labels for the session header