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

    StickyNotesAddin - Adds colorful sticky notes to the whiteboard

    Features:

    • Create sticky notes with different colors
    • Edit text directly on the note
    • Real-time sync of text changes
    • Pin decoration
    • Shadow effect

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    canvas: Canvas | null = null

    Fabric.js canvas instance

    context: WhiteboardAddinContext | null = null

    Whiteboard context

    description?: string

    Description

    enabled: boolean = false

    Whether the add-in is currently enabled

    icon?: ReactNode

    Icon (optional)

    id: string

    Unique add-in ID

    name: string

    Display name

    Methods

    • Create an object of a specific type Override to implement custom object creation

      Parameters

      • type: string

        Object type

      • options: Record<string, unknown>

        Creation options

      Returns
          | FabricObject<
              Partial<FabricObjectProps>,
              SerializedObjectProps,
              ObjectEvents,
          >
          | null