Defines the file extensions allowed in the picker. You need to specifies all the extensions with
a dot and to separate them with a comma without spaces. For example a good value is: .doc,.docx,.ppt
.
The default value is .doc,.docx,.ppt,.pptx,.xls,.xlsx,.pdf,.txt
Custom Field will start to validate after users stop typing for deferredValidationTime
milliseconds.
Default value is 200.
Whether the property pane field is enabled or not.
The method is used to get the validation error message and determine whether the input value is valid or not.
When it returns string:
If invalid, it returns the error message string and the text field will show a red border and show an error message below the text field.
When it returns Promise
Whether the document preview is enabled or not. Default is true.
Whether the document path can be edit manually or not. Default is true.
Generated using TypeDoc
Public properties of the PropertyFieldDocumentPicker custom field