-
Notifications
You must be signed in to change notification settings - Fork 2
Object reference, Semantic link support #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c802c9a to
f8e4354
Compare
| } | ||
| } | ||
|
|
||
| onRecordChange = event => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move this onRecordChange method implementation to ObjectReference component and access from there similar to DataReference component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's move this file to '_helpers' folder and rename this as object-utils ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar to above comment, let's move this file to '_helpers' folder and rename this as semantic-link-utils ?
27e7233 to
d2cd6ed
Compare
4manasa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes Looks good to me.
Object reference, Semantic link support