Interface ExtraObject

When an Object, each key is treated as the key name. Simple values like null, String, Boolean and Number are type-mapped automatically (Number maps to 'int') and can be used as-is. For more complex types, like arrays and URIs, set the value to be an Object like in the Array syntax (see above), but leave out the key property.

Hierarchy

  • ExtraObject

Indexable

[index: string]: ExtraValue

Generated using TypeDoc