|
4 | 4 |
|
5 | 5 | ##### Fields |
6 | 6 |
|
7 | | -| Name | Privacy | Type | Default | Description | Inherited From | |
8 | | -| ----- | ------- | ---- | ------- | ----------- | -------------- | |
9 | | -| prop1 | public | | | | | |
| 7 | +| Name | Privacy | Type | Default | Description | Inherited From | |
| 8 | +| ------- | ------- | ---- | ------- | ----------- | -------------- | |
| 9 | +| `prop1` | public | | | | | |
10 | 10 |
|
11 | 11 | ##### Methods |
12 | 12 |
|
13 | | -| Name | Privacy | Description | Parameters | Return | Inherited From | |
14 | | -| -------------- | ------- | ----------------------------------- | --------------------- | ------ | -------------- | |
15 | | -| instanceMethod | public | Some description of the method here | `e: Event, a: string` | | | |
| 13 | +| Name | Privacy | Description | Parameters | Return | Inherited From | |
| 14 | +| ---------------- | ------- | ----------------------------------- | --------------------- | ------ | -------------- | |
| 15 | +| `instanceMethod` | public | Some description of the method here | `e: Event, a: string` | | | |
16 | 16 |
|
17 | 17 | ##### Events |
18 | 18 |
|
19 | | -| Name | Type | Description | Inherited From | |
20 | | -| -------- | ------- | ----------- | -------------- | |
21 | | -| my-event | `Event` | | | |
| 19 | +| Name | Type | Description | Inherited From | |
| 20 | +| ---------- | ------- | ----------- | -------------- | |
| 21 | +| `my-event` | `Event` | | | |
22 | 22 |
|
23 | 23 | ##### CSS Properties |
24 | 24 |
|
25 | | -| Name | Default | Description | |
26 | | -| ------------------ | --------------- | ------------------------- | |
27 | | -| --background-color | `rebeccapurple` | Controls the color of bar | |
| 25 | +| Name | Default | Description | |
| 26 | +| -------------------- | --------------- | ------------------------- | |
| 27 | +| `--background-color` | `rebeccapurple` | Controls the color of bar | |
28 | 28 |
|
29 | 29 | <hr/> |
30 | 30 |
|
31 | 31 | #### Functions |
32 | 32 |
|
33 | | -| Name | Description | Parameters | Return | |
34 | | -| -------------- | ------------------------- | ----------------------- | --------- | |
35 | | -| functionExport | This is a function export | `a: string, b: boolean` | `boolean` | |
| 33 | +| Name | Description | Parameters | Return | |
| 34 | +| ---------------- | ------------------------- | ----------------------- | --------- | |
| 35 | +| `functionExport` | This is a function export | `a: string, b: boolean` | `boolean` | |
36 | 36 |
|
37 | 37 | <hr/> |
38 | 38 |
|
39 | 39 | #### Exports |
40 | 40 |
|
41 | | -| Kind | Name | Declaration | Module | Package | |
42 | | -| ------------------------- | -------------- | -------------- | --------------- | ------- | |
43 | | -| custom-element-definition | my-element | MyElement | ./my-element.js | | |
44 | | -| js | functionExport | functionExport | ./my-element.js | | |
| 41 | +| Kind | Name | Declaration | Module | Package | |
| 42 | +| --------------------------- | ---------------- | -------------- | --------------- | ------- | |
| 43 | +| `custom-element-definition` | `my-element` | MyElement | ./my-element.js | | |
| 44 | +| `js` | `functionExport` | functionExport | ./my-element.js | | |
0 commit comments