void icon indicating copy to clipboard operation
void copied to clipboard

Add trait nesting

Open ianstormtaylor opened this issue 1 year ago • 1 comments

If you define variables inside an object it should group them together inside a dropdown. So you could define a series of show variables like so:

variables: {
  show: {
    grid: false,
    lines: true,
    dots: false,
  }
}

And they'd be collapsed under "Show >" by default and you could expand to see them.

ianstormtaylor avatar Sep 16 '22 20:09 ianstormtaylor