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

    Interface WhiteboardLabels

    Labels for whiteboard UI elements

    interface WhiteboardLabels {
        cancel: string;
        circleTool: string;
        clearCanvas: string;
        close: string;
        colorPicker: string;
        deleteSelected: string;
        discardChanges: string;
        filled: string;
        fitToScreen: string;
        laserTool: string;
        lineWidth: string;
        loading: string;
        outlined: string;
        ownerNotPresent: string;
        pencilTool: string;
        readOnlyMode: string;
        rectTool: string;
        redo: string;
        resetZoom: string;
        save: string;
        saveChanges: string;
        saving: string;
        selectTool: string;
        textTool: string;
        titlePlaceholder: string;
        toolbarAriaLabel: string;
        triangleTool: string;
        undo: string;
        unsavedChanges: string;
        unsavedChangesMessage: string;
        unsavedChangesTitle: string;
        zoomIn: string;
        zoomOut: string;
    }
    Index

    Properties

    cancel: string

    Cancel button

    circleTool: string

    Circle shape tool label

    clearCanvas: string

    Clear canvas label

    close: string

    Close whiteboard label

    colorPicker: string

    Color picker label

    deleteSelected: string

    Delete selected objects label

    discardChanges: string

    Discard changes button

    filled: string

    Filled shape option

    fitToScreen: string

    Fit to screen label

    laserTool: string

    Laser pointer tool label

    lineWidth: string

    Line width label

    loading: string

    Loading indicator

    outlined: string

    Outlined shape option

    ownerNotPresent: string

    Owner not present message

    pencilTool: string

    Pencil tool label

    readOnlyMode: string

    Read-only mode indicator

    rectTool: string

    Rectangle shape tool label

    redo: string

    Redo action label

    resetZoom: string

    Reset zoom label

    save: string

    Save whiteboard label

    saveChanges: string

    Save changes button

    saving: string

    Saving indicator text

    selectTool: string

    Select tool label

    textTool: string

    Text tool label

    titlePlaceholder: string

    Placeholder text for the title input

    toolbarAriaLabel: string

    Toolbar accessibility label

    triangleTool: string

    Triangle shape tool label

    undo: string

    Undo action label

    unsavedChanges: string

    Unsaved changes indicator text

    unsavedChangesMessage: string

    Unsaved changes dialog message

    unsavedChangesTitle: string

    Unsaved changes dialog title

    zoomIn: string

    Zoom in label

    zoomOut: string

    Zoom out label