Type Alias: GtkRevealerProps
GtkRevealerProps =
WidgetProps&object
Defined in: generated/jsx.ts:7795
Props for the GtkRevealer widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:7797 |
children? | ReactNode | - | generated/jsx.ts:7804 |
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:7810 |
ref? | Ref<Gtk.Revealer> | - | generated/jsx.ts:7813 |
revealChild? | boolean | Whether the revealer should reveal the child. | generated/jsx.ts:7799 |
transitionDuration? | number | The animation duration, in milliseconds. | generated/jsx.ts:7801 |
transitionType? | Gtk.RevealerTransitionType | The type of animation used to transition. | generated/jsx.ts:7803 |