Skip to content

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?

optional children?: ReactNode

Defined in: react/dist/utils/wrapper-node-jsx.d.ts:9


replacementChar?

optional replacementChar?: 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.

Released under the MPL-2.0 License.