-
Notifications
You must be signed in to change notification settings - Fork 4
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
update types for tooltip config item #86
Conversation
Minimum allowed coverage is Generated by 🐒 cobertura-action against 9871452 |
0516949
to
22e56ee
Compare
@@ -74,9 +74,6 @@ export enum TSToChartEvent { | |||
*/ | |||
AxisMenuActionClick = 'AxisMenuActionClick', | |||
|
|||
/** | |||
* @version SDK: 0.2 | ThoughtSpot: |
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.
Why it is removed @harshmeetTS ?
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 think it was a mistake will add it back
c41c0b4
to
2d546b6
Compare
@@ -188,10 +188,17 @@ export type SuccessValidationResponse = { | |||
visualPropEditorDefinition: VisualPropEditorDefinition; | |||
}; | |||
|
|||
export type VisualPropError = { |
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.
nit: can we add type definition?
No description provided.