Eulergraph
Preparing search index...
types/TextEditor
TextEditorEvents
Type Alias TextEditorEvents
type
TextEditorEvents
=
{
editingCancelled
:
()
=>
void
;
editingStarted
:
(
cell
:
TextEditableCell
)
=>
void
;
selectionChanged
:
()
=>
void
;
textSaved
:
(
cell
:
TextEditableCell
,
newText
:
string
)
=>
void
;
}
Index
Properties
editing
Cancelled
editing
Started
selection
Changed
text
Saved
Properties
editing
Cancelled
editingCancelled
:
()
=>
void
editing
Started
editingStarted
:
(
cell
:
TextEditableCell
)
=>
void
selection
Changed
selectionChanged
:
()
=>
void
text
Saved
textSaved
:
(
cell
:
TextEditableCell
,
newText
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
editing
Cancelled
editing
Started
selection
Changed
text
Saved
Eulergraph
Loading...