EditableTextActivationMode
EditableTextActivationMode =
"single"|"double"
Defined in: src/components/primitives/EditableText/EditableText.types.ts:22
How a pointer starts an edit session.
Keyboard activation (Enter / F2 while the display is focused) always works, independent of this setting.
single: a single click on the text starts editing.double: a double click starts editing; single clicks are left free for selection or row activation (the file/node-rename convention).