interface DocumentTagsInputConfig {
    max?: number;
    single?: boolean;
    type?: string;
}

Properties

Properties

max?: number

Only allow attaching a maximum number of documents

single?: boolean

Only allow referencing a single document. In this case the submitted form value will be a single UUID string rather than an array

type?: string

A specific document type in CONST.ALL_DOCUMENT_TYPES