Interface IFormDesign

Hierarchy

  • IFormDesign

Properties

additional: {
    formPosition: "top" | "center";
    showUspacyBrand: boolean;
}

Type declaration

  • formPosition: "top" | "center"
  • showUspacyBrand: boolean
button: {
    borderRadius: number;
    size: "small" | "medium" | "large";
    style: "text" | "contained" | "outlined";
    textLetterSpacing: "standard" | "wide";
    textSize: number;
}

Type declaration

  • borderRadius: number
  • size: "small" | "medium" | "large"
  • style: "text" | "contained" | "outlined"
  • textLetterSpacing: "standard" | "wide"
  • textSize: number
fields: {
    borderRadius: number;
    hideFieldLabel: boolean;
    size: "small" | "medium";
    style: "outlined" | "standard";
    textSize: number;
}

Type declaration

  • borderRadius: number
  • hideFieldLabel: boolean
  • size: "small" | "medium"
  • style: "outlined" | "standard"
  • textSize: number
generalColors: {
    formBg: string;
    pageBg: string;
}

Type declaration

  • formBg: string
  • pageBg: string

Generated using TypeDoc