Appearance
tiptapPanel.editorConfig.attributeName
Selected-object attribute used for content binding.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- tiptapPanel
- Accepted value
string- Required
- No — when binding editor content to an object selected through request.getSelectedObjectForEventId
- Default
- No documented default.
User scenarios
- Edit rich text stored on an object.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/tiptap-panel/types/index.ts, symbolTiptapPanelConfig - Example coverage: Partial — The variant guide explains binding.
- Demo coverage: Complete — The fixture binds read-only rich text to the selected object's name attribute. Open the runnable demo .