Dictionary script interface

The IDictionaryInstance interface derives from IInstance to add APIs specific to the Dictionary plugin.

Dictionary APIs

getDataMap()
Return the Map which is used as the underlying data storage for the Dictionary object. This allows access to add, change, remove and iterate items.
Construct 3 Manual 2019-08-12

On this page