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

    Interface WhiteboardObjectCustomProps

    Custom properties stored on whiteboard objects for identification and add-in support

    interface WhiteboardObjectCustomProps {
        addinId?: string;
        id: string;
        isBoundsIndicator?: boolean;
        objectType?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional add-in-specific properties

    Index

    Properties

    addinId?: string

    ID of the add-in that created this object (if applicable)

    id: string

    Unique identifier for the object

    isBoundsIndicator?: boolean

    Whether this is a bounds indicator (not synced)

    objectType?: string

    Custom type identifier for add-in objects