-
Notifications
You must be signed in to change notification settings - Fork 36
[MOB-11551] creates IterableEmbeddedMessageElements class #656
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
base: evan/MOB-11550-iterable-embedded-message-button-class
Are you sure you want to change the base?
Conversation
❌ 7 blocking issues (10 total)
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
* An interface defining the dictionary object containing the properties for the embedded message default action. | ||
*/ | ||
export interface EmbeddedMessageDefaultActionDict { | ||
type: string; |
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.
Please add comments to the props
* An interface defining the dictionary object containing the properties for the embedded message elements. | ||
*/ | ||
export interface EmbeddedMessageElementsDict { | ||
title?: string; |
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.
Please add comments to the props
* An interface defining the dictionary object containing the properties for an embedded message text. | ||
*/ | ||
export interface EmbeddedMessageTextDict { | ||
id: string; |
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.
Please add comments to the props
/** | ||
* IterableEmbeddedMessageText represents a text element in an embedded message. | ||
*/ | ||
export class IterableEmbeddedMessageText { |
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 feel like a lot of these don't necessarily need to be classes, and that they could just be interfaces. But I'll have to double check how they all fit together.
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.
Please update the comments
🔹 JIRA Ticket(s) if any
✏️ Description