interface SolidColorBackground {
    kind: "color";
    value: PredefinedColor;
}

Properties

Properties

kind: "color"