A convenience type for working directly with a Lua table, used as a map.
This differs from LuaTable in that the get method may return nil. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions
get
nil
The type of the keys used to access the table.
The type of the values stored in the table.
Readonly
Generated using TypeDoc
A convenience type for working directly with a Lua table, used as a map.
This differs from LuaTable in that the
get
method may returnnil
. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions