Appearance
textEditorPanel.request.getSelectedObjectForEventId
Selection event forwarded to the active renderer.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- textEditorPanel
- Accepted value
string- Required
- No — when the active Tiptap renderer binds content to a selected object
- Default
- No documented default.
User scenarios
- Bind shell content to the selected object.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/text-editor-panel/types/index.ts, symbolPanelTypeTextEditorPanel - Example coverage: Partial — The guide explains selected-object binding, but the runnable shell fixture is intentionally standalone.
- Demo coverage: Missing — The standalone Text Editor fixture omits object binding and does not demonstrate the selection event.