API Reference / @gtkx/react / TextAnchorProps
Type Alias: TextAnchorProps
TextAnchorProps =
object
Defined in: react/dist/utils/wrapper-node-jsx.d.ts:6
Props for a text anchor that embeds child widgets at a position within a text view's buffer.
Properties
children?
optionalchildren?:ReactNode
Defined in: react/dist/utils/wrapper-node-jsx.d.ts:9
replacementChar?
optionalreplacementChar?:string
Defined in: react/dist/utils/wrapper-node-jsx.d.ts:8
The character used to represent the embedded widget in the buffer's text.