Type Alias: AdwCarouselIndicatorLinesProps
AdwCarouselIndicatorLinesProps =
WidgetProps&object
Defined in: generated/jsx.ts:2308
Props for the AdwCarouselIndicatorLines widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
carousel? | Adw.Carousel | null | The displayed carousel. | generated/jsx.ts:2310 |
children? | ReactNode | - | generated/jsx.ts:2313 |
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:2319 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:2312 |
ref? | Ref<Adw.CarouselIndicatorLines> | - | generated/jsx.ts:2320 |