This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## Parameters
10
10
11
+ | Name | Type | Description | |
12
+ | ---- | ---- | ----------- | -------- |
11
13
{{ #each tags.param }}
12
- - ** {{ name }} ** {{ #each types }} `{{ . }} ` {{ /each }} {{ #if isOptional }} *Optional*{{ /if }} {{{ description }}}
14
+ | {{ name }} | {{ #each types }} `{{ . }} ` {{ /each }} | {{{ description }}} | {{ #if isOptional }} *Optional*{{ else }} {{ /if }} |
13
15
{{ /each }}
14
16
15
17
{{ /if }}
18
20
19
21
## Properties
20
22
21
- {{ #each tags.property }}
22
- - **{{ name }} ** {{ #each types }} `{{ . }} ` {{ /each }} {{ #if isOptional }} *Optional*{{ /if }} {{{ description }}}
23
+ | Name | Type | Description | |
24
+ | ---- | ---- | ----------- | -------- |
25
+ {{ #each tags.param }}
26
+ | {{ name }} | {{ #each types }} `{{ . }} ` {{ /each }} | {{{ description }}} | {{ #if isOptional }} *Optional*{{ else }} {{ /if }} |
23
27
{{ /each }}
24
28
25
29
{{ /if }}
41
45
{{ #if tags.return }}
42
46
43
47
{{ #each tags.return }}
44
- - {{ #each types }} `{{ . }} ` {{ /each }} {{ #if isOptional }} *Optional* {{ /if }} {{ {description }}}
48
+ - {{ #each types }} `{{ . }} ` {{ /each }} {{{ description }}}
45
49
{{ /each }}
46
50
47
51
{{ else }}
You can’t perform that action at this time.
0 commit comments