Skip to main content

Type Alias: GtkRevealerProps

GtkRevealerProps = WidgetProps & object

Defined in: generated/jsx.ts:7795

Props for the GtkRevealer widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:7797
children?ReactNode-generated/jsx.ts:7804
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:7810
ref?Ref<Gtk.Revealer>-generated/jsx.ts:7813
revealChild?booleanWhether the revealer should reveal the child.generated/jsx.ts:7799
transitionDuration?numberThe animation duration, in milliseconds.generated/jsx.ts:7801
transitionType?Gtk.RevealerTransitionTypeThe type of animation used to transition.generated/jsx.ts:7803