You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Whether the card should include context and extra data
38
-
*/
39
-
privatebool$includeContextAndExtra;
40
-
41
-
/**
42
-
* Dot separated list of fields to exclude from MS Teams message. E.g. ['context.field1', 'extra.field2']
43
-
* @var string[]
44
-
*/
45
-
privatearray$excludeFields;
46
-
47
-
/**
48
-
* Dot separated list of fields to display with a toggle button in MS Teams message. E.g. ['context.field1', 'extra.field2']
49
-
* @var string[]
50
-
*/
51
-
privatearray$toggleFields;
52
-
53
-
privateFormatterInterface|null$formatter;
54
-
55
38
privateNormalizerFormatter$normalizerFormatter;
56
39
57
40
/**
58
-
* @param string[] $excludeFields
59
-
* @param string[] $toggleFields
41
+
* @param bool $includeContextAndExtra Whether the card should include context and extra data
42
+
* @param bool $formatMessage Whether the message should be formatted
43
+
* @param string[] $excludeFields Dot separated list of fields to exclude from MS Teams message. E.g. ['context.field1', 'extra.field2']
44
+
* @param string[] $toggleFields Dot separated list of fields to display with a toggle button in MS Teams message. E.g. ['context.field1', 'extra.field2']
0 commit comments