Type Alias: GtkFileChooserDialogProps
GtkFileChooserDialogProps =
Omit<GtkDialogProps,"onNotify"> &object
Defined in: generated/jsx.ts:4062
Props for the GtkFileChooserDialog widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
action? | Gtk.FileChooserAction | The type of operation that the file chooser is performing. | generated/jsx.ts:4064 |
children? | ReactNode | - | generated/jsx.ts:4074 |
createFolders? | boolean | Whether 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.FileFilter | The current filter for selecting files that are displayed. | generated/jsx.ts:4071 |
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:4080 |
ref? | Ref<Gtk.FileChooserDialog> | - | generated/jsx.ts:4083 |
selectMultiple? | boolean | Whether to allow multiple files to be selected. | generated/jsx.ts:4073 |