Skip to content

Commit

Permalink
Remove wrong property from component wiring property list
Browse files Browse the repository at this point in the history
The property `node` is not a wired property
  • Loading branch information
dlubitz committed May 6, 2019
1 parent 07e4574 commit 7ec567b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/ExtendingNeos/UiExtensibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Every component gets the following properties (see `EditorEnvelope/index.js`)

- `identifier`: an identifier which can be used for HTML ID generation
- `label`: the label
- `node`: the current node
- `value`: the value to display
- `propertyName`: name of the node property to edit
- `options`: additional editor options
Expand Down Expand Up @@ -470,4 +469,4 @@ Example:
sagasRegistry.set('The.Demo/watchNodeFocus', {saga: watchNodeFocus});
});

0 comments on commit 7ec567b

Please sign in to comment.