@oneblink/sdk-core
    Preparing search index...

    Type Alias FilesElement

    FilesElement: FormElementBinaryStorage & LookupFormElement & FormElementReadOnly & {
        allowExtensionlessAttachments?: boolean;
        defaultValue?: unknown;
        maxEntries?: number;
        maxFileSize?: number;
        minEntries?: number;
        restrictedFileTypes?: string[];
        restrictFileSize?: boolean;
        restrictFileTypes: boolean;
        type: "files";
    }

    Type declaration

    • OptionalallowExtensionlessAttachments?: boolean
    • OptionaldefaultValue?: unknown
    • OptionalmaxEntries?: number
    • OptionalmaxFileSize?: number

      The maximum size (in Megabytes) that an individual file can be

    • OptionalminEntries?: number
    • OptionalrestrictedFileTypes?: string[]
    • OptionalrestrictFileSize?: boolean
    • restrictFileTypes: boolean
    • type: "files"