Values.CustomActionAttachmentSourceDefines when a custom action button should be attached to a notification.
type nonrec t = {notificationType : CustomActionAttachmentNotificationType.t option;The type of notification that the custom action should be attached to.
*)criteria : CustomActionAttachmentCriteriaList.t option;The criteria for when a button should be shown based on values in the notification.
*)variables : CustomActionAttachmentVariables.t option;The variables to extract from the notification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of
CustomActionAttachmentCriteriaVariableNameString.t ])
list ]
list
| `Map of
([> `String of CustomActionAttachmentVariablesKeyString.t ]
* [> `String of CustomActionAttachmentVariablesValueString.t ])
list
| `String of CustomActionAttachmentNotificationType.t ])
list ]