Skip to content

Commit 428107e

Browse files
committed
Remove reference to triggerFlow
1 parent db85c17 commit 428107e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Information regarding the changes will be disseminated to the owners of all prop
281281

282282
| Parameter | Type | Required | Description | Default value |
283283
|-------------------------|----------------------------------------------|-------------------------|------------------------------------------------------------------------------------------|---------------|
284-
| method | Enum: 'init' \| 'update' \| 'triggerFlow' | yes | The method to be called | |
284+
| method | Enum: 'init' \| 'update' | yes | The method to be called | |
285285
| targetId | string(html element id) | yes | target element for the navigation to be rendered on | none |
286286
| config | object | no | The config object for the specific navigation type | {} |
287287
| config.handleNavigation | (route: {path, label}) => void | no | Allow for external handling of route navigation (eg. via react-router-dom) | none |

0 commit comments

Comments
 (0)