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;
    }
    • Optional backgroundColor?: string
    • Optional prefix?: string
    • Optional suffix?: string
    • Optional textColor?: string
  • id: string

Generated using TypeDoc