The field display configuration object.

interface DocumentsDisplayConfiguration {
    defaultDisplayText: string;
    normalizedDocumentName: string;
}

Properties

defaultDisplayText: string

Display text of the document in the list.

normalizedDocumentName: string

Please refer to the documentation for a list of all available normalized field names.