interface SimpleFieldWrapperSettings {
    contentWrapperLook?: string;
    description?: string;
    emptyValueText?: string;
    errorMessages?: string[];
    errorMessagesOnValueChange?: string[];
    fieldClassName?: string;
    hasFieldset?: boolean;
    hint?: string;
    instructionalNotes?: string;
    isHidden?: boolean;
    isLabelInvisible?: boolean;
    isRequired?: boolean;
    label?: Label;
    showEmptyValueText?: boolean;
    showErrors?: boolean;
    showForAllTranslationsLabel?: boolean;
    showHint?: boolean;
    showInstructionalNotes?: boolean;
    showLabel?: boolean;
    showStatus?: boolean;
    showTooltip?: boolean;
    statusTitle?: string;
    tooltipMarkup?: MarkupSection[];
    underlineErrors?: boolean;
    warningMessages?: string[];
}

Implemented by

Properties

contentWrapperLook?: string
description?: string
emptyValueText?: string
errorMessages?: string[]
errorMessagesOnValueChange?: string[]
fieldClassName?: string
hasFieldset?: boolean
hint?: string
instructionalNotes?: string
isHidden?: boolean
isLabelInvisible?: boolean
isRequired?: boolean
label?: Label
showEmptyValueText?: boolean
showErrors?: boolean
showForAllTranslationsLabel?: boolean
showHint?: boolean
showInstructionalNotes?: boolean
showLabel?: boolean
showStatus?: boolean
showTooltip?: boolean
statusTitle?: string
tooltipMarkup?: MarkupSection[]
underlineErrors?: boolean
warningMessages?: string[]

Generated using TypeDoc