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

    Interface WhiteboardSymbol

    A single inserable image — emoji, sticker, music notation glyph, etc. The url is loaded and placed on the canvas as a Fabric image when the user clicks it in the WhiteboardToolbar symbols popup.

    interface WhiteboardSymbol {
        name: string;
        order?: number;
        url: string;
    }
    Index

    Properties

    Properties

    name: string

    Display name (shown in tooltip and used as alt text).

    order?: number

    Optional sort order within its category (lower values appear first).

    url: string

    Image URL (SVG, PNG, or any browser-loadable format).