Calls to methods with this type are translated to table[key] = value, where table is the object with the method. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions
table[key] = value
table
The type of the key to use to access the table.
The type of the value to assign to the table.
Generated using TypeDoc
Calls to methods with this type are translated to
table[key] = value
, wheretable
is the object with the method. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions