onSelectionContentChanged property

ValueChanged<GhosttyTerminalSelectionContent<GhosttyTerminalSelection>?>? onSelectionContentChanged
final

Called whenever selection text is recomputed for the active selection.

Implementation

final ValueChanged<
  GhosttyTerminalSelectionContent<GhosttyTerminalSelection>?
>?
onSelectionContentChanged;