public property filters as IList<FileDialogFilter> = []
Available filename filters.
chooser.filters = [FileDialogFilter("JSON document", "*.json")]