Type Alias: DictionaryId
DictionaryId =
string
Defined in: cspell-types/dist/index.d.mts:726
This is the name of a dictionary.
Name Format:
- Must contain at least 1 number or letter.
- Spaces are allowed.
- Leading and trailing space will be removed.
- Names ARE case-sensitive.
- Must not contain
*
,!
,;
,,
,{
,}
,[
,]
,~
.
Pattern
^(?=[^!,;[]~\n]+$)(?=(.\w)).+$