Member Junction
    Preparing search index...

    A pasted / inserted image card. Url is a runtime object URL (not persisted as pixels).

    interface WhiteboardImageItem {
        Author: WhiteboardAuthor;
        ID: string;
        Kind: "image";
        Name: string;
        Url?: string;
        W?: number;
        X: number;
        Y: number;
        Z: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Who placed the item. Drives the ownership chrome (chips / violet vs slate-amber).

    ID: string

    Stable item id (e.g. sticky-3) — referenced by connectors, deltas and agent tools.

    Kind: "image"
    Name: string
    Url?: string
    W?: number

    Width in px; defaults to WHITEBOARD_DEFAULTS.ImageW.

    X: number
    Y: number
    Z: number

    Render order (higher renders on top). Assigned by the engine.