UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

26 lines (25 loc) 701 B
export declare enum InputMethodHint { ImhNone = 0, ImhHiddenText = 1, ImhSensitiveData = 2, ImhNoAutoUppercase = 4, ImhPreferNumbers = 8, ImhPreferUppercase = 16, ImhPreferLowercase = 32, ImhNoPredictiveText = 64, ImhDate = 128, ImhTime = 256, ImhPreferLatin = 512, ImhMultiLine = 1024, ImhNoEditMenu = 2048, ImhNoTextHandles = 4096, ImhDigitsOnly = 65536, ImhFormattedNumbersOnly = 131072, ImhUppercaseOnly = 262144, ImhLowercaseOnly = 524288, ImhDialableCharactersOnly = 1048576, ImhEmailCharactersOnly = 2097152, ImhUrlCharactersOnly = 4194304, ImhLatinOnly = 8388608, ImhExclusiveInputMask = 4294901760 }