Skip to main content

Type Alias: GtkFileChooserDialogProps

GtkFileChooserDialogProps = Omit<GtkDialogProps, "onNotify"> & object

Defined in: generated/jsx.ts:4062

Props for the GtkFileChooserDialog widget.

Type Declaration

NameTypeDescriptionDefined in
action?Gtk.FileChooserActionThe type of operation that the file chooser is performing.generated/jsx.ts:4064
children?ReactNode-generated/jsx.ts:4074
createFolders?booleanWhether a file chooser not in %GTK_FILE_CHOOSER_ACTION_OPEN mode will offer the user to create new folders.generated/jsx.ts:4069
filter?Gtk.FileFilterThe current filter for selecting files that are displayed.generated/jsx.ts:4071
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:4080
ref?Ref<Gtk.FileChooserDialog>-generated/jsx.ts:4083
selectMultiple?booleanWhether to allow multiple files to be selected.generated/jsx.ts:4073