Interface Extra

Hierarchy

  • Extra

Properties

Properties

key: string

The key name.

type: "string" | "null" | "bool" | "int" | "long" | "float" | "uri" | "component"

The type, which can be one of 'string', 'null', 'bool', 'int', 'long', 'float', 'uri', 'component'.

value?: string | number | boolean | string[] | number[] | boolean[]

The value. Optional and unused if type is 'null'. If an Array, type is automatically set to be an array of <type>.

Generated using TypeDoc