Skip to main content

Type Alias: GtkSourceGutterProps

GtkSourceGutterProps = WidgetProps & object

Defined in: generated/jsx.ts:4960

Props for the GtkSourceGutter widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:4961
onNotify?(self, propName) => void | nullCalled 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:4967
ref?Ref<GtkSource.Gutter>-generated/jsx.ts:4968