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 88
99## Parameters
1010
11+ | Name | Type | Description | |
12+ | ---- | ---- | ----------- | -------- |
1113{{ #each tags.param }}
12- - ** {{ name }} ** {{ #each types }} `{{ . }} ` {{ /each }} {{ #if isOptional }} *Optional*{{ /if }} {{{ description }}}
14+ | {{ name }} | {{ #each types }} `{{ . }} ` {{ /each }} | {{{ description }}} | {{ #if isOptional }} *Optional*{{ else }} {{ /if }} |
1315{{ /each }}
1416
1517{{ /if }}
1820
1921## Properties
2022
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 }} |
2327{{ /each }}
2428
2529{{ /if }}
4145{{ #if tags.return }}
4246
4347{{ #each tags.return }}
44- - {{ #each types }} `{{ . }} ` {{ /each }} {{ #if isOptional }} *Optional* {{ /if }} {{ {description }}}
48+ - {{ #each types }} `{{ . }} ` {{ /each }} {{{ description }}}
4549{{ /each }}
4650
4751{{ else }}
You can’t perform that action at this time.
0 commit comments