Contains the file name and the current "loaded" state of a dictionary. Is needed mainly by GetDictionaryListCallback.

Syntax

{
   fileName: <string>,
   isLoaded: <boolean>
}

Introduced: 32.0.

Properties

Property Description
fileName The dictionary file name.
isLoaded Indicates whether the dictionary is currently loaded.