File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5555
5656### Returns
5757- ** JSX.Element** - Rendered file header.
58+ ### ** ownKeys** - Configuration for WebSocket message handler method logic per language.
59+
5860### ** HandleMessage** - Renders a WebSocket message handler method with optional pre- and post-execution logic.
5961### Parameters
6062| Name | Type | Description |
154156| props.framework | string | Optional framework for the language. |
155157| props.queryParams | Array.< ; Array.< ; string> ;> ; | Array of query parameters, each represented as [ paramName, paramType?] . |
156158
159+ ### ** ownKeys** - Configuration for WebSocket error handler registration method logic per language.
160+
157161### ** RegisterErrorHandler** - Renders a WebSocket error handler registration method with optional pre- and post-execution logic.
158162### Parameters
159163| Name | Type | Description |
168172
169173### Returns
170174- ** JSX.Element** - Rendered method block with appropriate formatting.
175+ ### ** ownKeys** - Configuration for WebSocket message handler registration method logic per language.
176+
171177### ** RegisterMessageHandler** - Renders a WebSocket message handler registration method with optional pre- and post-execution logic.
172178### Parameters
173179| Name | Type | Description |
Original file line number Diff line number Diff line change 1010 "lint" : " eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore ." ,
1111 "lint:fix" : " eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix" ,
1212 "generate:assets" : " npm run prepublishOnly && npm run docs" ,
13- "docs" : " jsdoc2md --template api.hbs \" ./src /**/*.js\" > API.md"
13+ "docs" : " jsdoc2md --template api.hbs \" ./lib /**/*.js\" > API.md"
1414 },
1515 "files" : [
1616 " lib/**" ,
You can’t perform that action at this time.
0 commit comments