Interface IFormOther

Hierarchy

  • IFormOther

Properties

buttonSettings?: {
    background: string;
    ico: string;
    showIco: boolean;
    text: string;
}

Type declaration

  • background: string
  • ico: string
  • showIco: boolean
  • text: string
fieldCode: FormFieldCode
formLogoValue?: string
ico?: any
order?: number
previewTitle?: string
privacyPolicySettings?: {
    defaultCheck: boolean;
    required: boolean;
    value: string;
}

Type declaration

  • defaultCheck: boolean
  • required: boolean
  • value: string
selected?: boolean
value?: string

Generated using TypeDoc