You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a TypeScript class wich extends HTMLElement.
I'd like to create the json scheme, but ignore alle the properties/methods/events from the base class.
So the schema should only contain my own defined properties, methods,... is this possible?
The text was updated successfully, but these errors were encountered:
I've a TypeScript class wich extends HTMLElement.
I'd like to create the json scheme, but ignore alle the properties/methods/events from the base class.
So the schema should only contain my own defined properties, methods,... is this possible?
The text was updated successfully, but these errors were encountered: