Events dispatched by a TextLineRenderer
.
Static variables
staticfinalread onlySELECT_LINE:EventType<TextEditorLineEvent> = "selectLine"
Dispatched when the user selects the entire text of a line.
staticfinalread onlyTOGGLE_BREAKPOINT:EventType<TextEditorLineEvent> = "toggleBreakpoint"
Dispatched when the user toggles a breakpoint.