interactableDrawing property

T interactableDrawing
final

The reference to the InteractableDrawing instance of the drawing tool that is going to be added.

This is the actual drawing object being created. The preview uses this reference to:

  1. Update the drawing's properties as the user interacts with the preview
  2. Access configuration settings like colors, line styles, etc.

When the drawing creation is complete, this instance will be added to the interactive layer as a permanent drawing.

Implementation

final T interactableDrawing;