Skip to main content

Interface: DiagnosticsPayloadPreviewOptions

Defined in: electron/services/ipc/validators/utils/diagnosticsValidation.ts:11

Internal

Options for validating payload preview data in diagnostics reports.

Properties

maxBytes

readonly maxBytes: number

Defined in: electron/services/ipc/validators/utils/diagnosticsValidation.ts:13

Internal

Maximum allowed UTF-8 byte length for the preview.


paramName?

readonly optional paramName: string

Defined in: electron/services/ipc/validators/utils/diagnosticsValidation.ts:15

Internal

Field name used in error messages.