Type Alias: GtkEmojiChooserProps
GtkEmojiChooserProps =
Omit<GtkPopoverProps,"onNotify"> &object
Defined in: generated/jsx.ts:3480
Props for the GtkEmojiChooser widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:3483 |
onEmojiPicked()? | (self, text) => void | null | Emitted when the user selects an Emoji. | generated/jsx.ts:3482 |
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:3489 |
ref? | Ref<Gtk.EmojiChooser> | - | generated/jsx.ts:3490 |