Skip to content

Commit d6b0a0a

Browse files
authored
Merge pull request #667 from Iterable/evan/MOB-11550-iterable-embedded-message-button-class
[MOB-XXXX] adds labels for dict
2 parents 12ac9b6 + aa2be62 commit d6b0a0a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/embedded/classes/IterableEmbeddedMessageElementsButton.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ export class IterableEmbeddedMessageElementsButton {
5555
* An interface defining the dictionary object containing the properties for the embedded message button.
5656
*/
5757
export interface EmbeddedMessageElementsButtonDict {
58+
/** The ID for the embedded message button */
5859
id: string;
60+
/** The title for the embedded message button */
5961
title?: string;
62+
/** The action for the embedded message button */
6063
action?: IterableEmbeddedMessageElementsButtonAction;
6164
}

src/embedded/classes/IterableEmbeddedMessageElementsButtonAction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ export class IterableEmbeddedMessageElementsButtonAction {
4949
* An interface defining the dictionary object containing the properties for the embedded message button action.
5050
*/
5151
export interface EmbeddedMessageButtonActionDict {
52+
/** The type of the action */
5253
type: string;
54+
/** The data associated with the action */
5355
data?: string;
5456
}

0 commit comments

Comments
 (0)