| name | module | package |
|---|---|---|
| LitElement | lit-element |
| name | privacy | description | parameters | return | inheritedFrom |
|---|---|---|---|---|---|
| superClassMethod | public |
| name | type | description | inheritedFrom |
|---|---|---|---|
| custom-event | SuperCustomEvent | this is custom |
| name | module | package |
|---|---|---|
| SuperClass | ./fixtures/-TEST/package/my-element.js |
| name | module | package |
|---|---|---|
| LocalizeMixin | lion | |
| Mixin | ./fixtures/-TEST/package/my-element.js |
| name | type | privacy | default | description | inheritedFrom |
|---|---|---|---|---|---|
| prop1 | public | ||||
| prop2 | public | ||||
| prop3 | boolean | public | true | ||
| foo | string | private | 'bar' | description goes here | |
| mixinProp | number | protected | 1 | Mixin, ./fixtures/-TEST/package/my-element.js |
| name | privacy | description | parameters | return | inheritedFrom |
|---|---|---|---|---|---|
| instanceMethod | public | Some description of the method here | e: Event, a: String | void | |
| superClassMethod | public | SuperClass, ./fixtures/-TEST/package/my-element.js |
| name | type | description | inheritedFrom |
|---|---|---|---|
| my-event | Event | ||
| custom-event | SuperCustomEvent | this is custom | SuperClass, ./fixtures/-TEST/package/my-element.js |
| name | fieldName | inheritedFrom |
|---|---|---|
| prop-1 | prop1 | |
| prop2 | prop2 |
| name | description |
|---|---|
| --background-color | Controls the color of bar |
| name | description |
|---|---|
| bar | Styles the color of bar |
| name | description |
|---|---|
| container | You can put some elements here |
| name | module | package |
|---|---|---|
| klass | ./fixtures/-TEST/package/my-element.js |
| name | type | privacy | default | description | inheritedFrom |
|---|---|---|---|---|---|
| mixinProp | number | protected | 1 |