Type Alias: GtkSourceMapProps
GtkSourceMapProps =
Omit<GtkSourceViewProps,"onNotify"> &object
Defined in: generated/jsx.ts:6379
Props for the GtkSourceMap widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:6381 |
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:6387 |
ref? | Ref<GtkSource.Map> | - | generated/jsx.ts:6388 |
view? | GtkSource.View | null | - | generated/jsx.ts:6380 |