Member Junction
    Preparing search index...

    Fields shared by every board item.

    interface WhiteboardItemBase {
        Author: WhiteboardAuthor;
        ID: string;
        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.

    Z: number

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