gosling.js icon indicating copy to clipboard operation
gosling.js copied to clipboard

Omit certain properties in the schema of overlaid tracks (e.g., `width` and `height`)

Open sehilyi opened this issue 2 years ago • 1 comments

alignment: 'overlay',
tracks: [
  // width and height defined here are not considered at all. Instead, the parent properties are.
],
width: 100,
height: 100

sehilyi avatar May 09 '22 19:05 sehilyi

Not currently supported by the library we use:

https://github.com/vega/ts-json-schema-generator/issues/101

sehilyi avatar Jul 25 '22 21:07 sehilyi