Re: [Dev] Design Review : User Preferences in Carbon Dashboard Widgets

2018-02-22 Thread SajithAR Ariyarathna
Hi Devs, On Tue, Feb 20, 2018 at 7:06 PM, Irindu Nugawela wrote: > Hi All, > I am implementing a feature for Widget Configuration Panel of Carbon > Dashboard's designer view, > to allow users(dashboard designers) to configure the properties of the > widgets such as the widget background color,

Re: [Dev] Design Review : User Preferences in Carbon Dashboard Widgets

2018-02-22 Thread Irindu Nugawela
Hi All, The term defaultData will be changed to defaultValue. The Option list will be changed as follows { id: "someId" title: "Some Title" type: { name: "text" } defaultValue: "some-default-value" }, { id: "someId" title: "Some Title" type: { name: "boolean" } defa