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

    Interface WhiteboardColors

    Colors for whiteboard styling

    interface WhiteboardColors {
        activeToolHighlight: string;
        canvasBackground: string;
        canvasBorder: string;
        colorPalette: string[];
        defaultDrawColor: string;
        gridColor: string;
        laserDefault: string;
        laserPalette: string[];
        loadingOverlay: string;
        readOnlyOverlay: string;
        selectionBorderColor: string;
        selectionColor: string;
        toolbarBackground: string;
        toolbarBorder: string;
    }
    Index

    Properties

    activeToolHighlight: string

    Active tool highlight color

    canvasBackground: string

    Canvas background color

    canvasBorder: string

    Canvas border color

    colorPalette: string[]

    Color palette for color picker

    defaultDrawColor: string

    Default drawing color

    gridColor: string

    Grid line color (if grid is shown)

    laserDefault: string

    Default laser pointer color (for local user)

    laserPalette: string[]

    Laser pointer color palette for remote users

    loadingOverlay: string

    Loading overlay color

    readOnlyOverlay: string

    Read-only overlay color

    selectionBorderColor: string

    Selection border color

    selectionColor: string

    Selection highlight color

    toolbarBackground: string

    Toolbar background color

    toolbarBorder: string

    Toolbar border color