Skip to main content

Interface: RestoreFileNameValidationOptions

Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:25

Internal

Options for restore file name validation.

Properties

maxBytes

readonly maxBytes: number

Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:27

Internal

Maximum allowed UTF-8 byte length for the file name.


paramName?

readonly optional paramName: string

Defined in: electron/services/ipc/validators/utils/restoreValidation.ts:29

Internal

Field name used in error messages.