Interface ObjectResult

An object type. Contains entries which can be KeyValueResults or NameResults. In most grammars the keys need to be NameResults. In some grammars it possible that an entry is only a RootResult or a NumberResult without a key. The separator is 'comma' by default.

Hierarchy

  • ObjectResult

Properties

Properties

meta: {
    separator: undefined | "comma" | "semicolon" | "linebreak";
}

Type declaration

  • separator: undefined | "comma" | "semicolon" | "linebreak"
type: "JsdocTypeObject"

Generated using TypeDoc