Skip to main content

Type Alias: GtkEmojiChooserProps

GtkEmojiChooserProps = Omit<GtkPopoverProps, "onNotify"> & object

Defined in: generated/jsx.ts:3480

Props for the GtkEmojiChooser widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:3483
onEmojiPicked()?(self, text) => void | nullEmitted when the user selects an Emoji.generated/jsx.ts:3482
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:3489
ref?Ref<Gtk.EmojiChooser>-generated/jsx.ts:3490