for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
var defaults = {
width: {
type: "number",
default: 2,
},
height: {
default: 100,
format: {
type: "string",
default: "auto",
displayValue: {
type: "boolean",
default: true,
fontOptions: {
default: "",
font: {
default: "monospace",
text: {
default: undefined,
textAlign: {
default: "center",
textPosition: {
default: "bottom",
textMargin: {
fontSize: {
default: 20,
background: {
default: "#ffffff",
lineColor: {
default: "#000000",
margin: {
default: 10,
marginTop: {
marginBottom: {
marginLeft: {
marginRight: {
valid: {
type: "function",
default: function(){},
};
export default defaults;