return { cssClass: 'foo', isDisabled: null, query: 'cats', name: 'Liz', age: 16, address: 'Buckingham Palace', foo: 3, showMe: true, val: 'default', obj: { x: 1, y: 2, z: 3 }, arr: ['foo', 'bar', 'baz'], map: new Map([[{ id: 101 }, 'a'], [{ id: 102 }, 'b'], [{ id: 103 }, 'c']]), handleClick: function () { alert('hey') } }