@skedulo/mex-types 1.53.2 → 1.54.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -101,6 +101,11 @@ export interface ButtonGroupItemComponentModel {
|
|
|
101
101
|
behavior: ButtonBehaviorComponentModelTypes;
|
|
102
102
|
disabled?: DataExpressionType;
|
|
103
103
|
icon?: IconName;
|
|
104
|
+
/**
|
|
105
|
+
* @label ShowIf expression
|
|
106
|
+
* @placeholder Enter expression
|
|
107
|
+
*/
|
|
108
|
+
showIfExpression?: DataExpressionType;
|
|
104
109
|
}
|
|
105
110
|
export interface ButtonBehaviorComponentModel {
|
|
106
111
|
type: 'custom' | 'sms' | 'phone' | 'openUrl' | 'email' | 'openSelector' | 'routing';
|