We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
given
{ "schemaVersion": "1.0.0", "readme": "", "modules": [ { "kind": "javascript-module", "path": "rh-jazz-hands.js", "declarations": [ { "kind": "class", "description": "Jazz Hands", "name": "RhJazzHands", "slots": [ { "description": "Place element content here", "name": "" } ], "members": [ { "kind": "field", "name": "version", "type": { "text": "string" }, "static": true, "default": "1.0.0", "readonly": true }, { "kind": "field", "name": "type", "type": { "text": "string" } } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "rh-jazz-hands", "customElement": true } ], "exports": [ { "kind": "js", "name": "RhJazzHands", "declaration": { "name": "RhJazzHands", "module": "rh-jazz-hands.js" } }, { "kind": "custom-element-definition", "name": "rh-jazz-hands", "declaration": { "name": "RhJazzHands", "module": "rh-jazz-hands.js" } } ] } ] }
Expected: in docs view, under 'Properties', version is listed as static
version
Actual: in docs view, under 'Properties', version is listed just like type
type
The text was updated successfully, but these errors were encountered:
I think this can be closed now. :)
Sorry, something went wrong.
No branches or pull requests
given
Expected: in docs view, under 'Properties',
version
is listed as staticActual: in docs view, under 'Properties',
version
is listed just liketype
The text was updated successfully, but these errors were encountered: