Type Alias AttributeModifier
AttributeModifier: {
condition: RulesLogic;
effects: {
backgroundColor?: string;
prefix?: string;
suffix?: string;
textColor?: string;
};
id: string;
}
Type declaration
condition: RulesLogic
effects: {
backgroundColor?: string;
prefix?: string;
suffix?: string;
textColor?: string;
}
id: string