-
Notifications
You must be signed in to change notification settings - Fork 210
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
Rename extendType to extendedType and deprecate extendType #7372
base: master
Are you sure you want to change the base?
Conversation
…ixConcurrentQuery
…ixConcurrentQuery
@@ -61,8 +61,12 @@ export interface QueryPropertyMetaData { | |||
jsonName: string; | |||
/** The name is the property's alias if the property is a generated one, otherwise, it is the name of the property. */ | |||
name: string; | |||
/** If this property is a PrimitiveECProperty, extend type is the extended type name of this property, if it is not defined locally will be inherited from base property if one exists, otherwise extended type is set to an empty string. */ | |||
/** If this property is a PrimitiveECProperty, extend type is the extended type name of this property, if it is not defined locally will be inherited from base property if one exists, otherwise extend type is set to an empty string. | |||
* @deprecated in 4.10 Use extendedType instead |
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.
I have written @deprecated in 4.10 Is the version number okay? Or should I write something else?
@khanaffan
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.
4.10 is already released. It'll have to go in 4.11
Fixes https://github.com/iTwin/itwinjs-backlog/issues/1291