Type alias ComposedReactions

ComposedReactions: {
    colors: {
        attribute?: {
            value?: {
                background-color?: string;
            };
        };
    };
    prefix: string;
    suffix: string;
}

Type declaration

  • colors: {
        attribute?: {
            value?: {
                background-color?: string;
            };
        };
    }
    • Optional attribute?: {
          value?: {
              background-color?: string;
          };
      }
      • Optional value?: {
            background-color?: string;
        }
        • Optional background-color?: string
  • prefix: string
  • suffix: string

Generated using TypeDoc