Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sehilyi opened this issue May 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sehilyi
Copy link
Member

sehilyi commented May 9, 2022

alignment: 'overlay',
tracks: [
  // width and height defined here are not considered at all. Instead, the parent properties are.
],
width: 100,
height: 100
@sehilyi sehilyi added the enhancement New feature or request label May 9, 2022
@sehilyi
Copy link
Member Author

sehilyi commented Jul 25, 2022

Not currently supported by the library we use:

vega/ts-json-schema-generator#101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant