Type Alias: GtkSourceGutterRendererTextProps
GtkSourceGutterRendererTextProps =
Omit<GtkSourceGutterRendererProps,"onNotify"> &object
Defined in: generated/jsx.ts:5036
Props for the GtkSourceGutterRendererText widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
markup? | string | - | generated/jsx.ts:5037 |
onNotify? | (self, propName) => void | null | Called when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case) | generated/jsx.ts:5044 |
ref? | Ref<GtkSource.GutterRendererText> | - | generated/jsx.ts:5045 |
text? | string | - | generated/jsx.ts:5038 |