Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 853 Bytes

File metadata and controls

46 lines (28 loc) · 853 Bytes
id ValidationResult
title ValidationResult

Interface: ValidationResult

Defined in: hotkey.ts:373

Result of validating a hotkey string.

Properties

errors

errors: string[];

Defined in: hotkey.ts:379

Error messages about invalid syntax


valid

valid: boolean;

Defined in: hotkey.ts:375

Whether the hotkey is valid (can still have warnings)


warnings

warnings: string[];

Defined in: hotkey.ts:377

Warning messages about potential issues