Skip to content

Ability for nested property settings #16

@bumbeishvili

Description

@bumbeishvili

So, we can group things in attrs object , for example

attrs = {
   textColor:'green',
   axis: {
              color:'blue',
              tickSize:29
           },
   axisColor:'green',
}

and methods will be generated like this

  chart.textColor();
  chart.axisColor();  // WE SHOULD REISE ERROR IN THIS CASE!!! because of conflict
  chart.axisTickSize()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions