Variable formElementsConst

formElements: {
    toAutoLookupElement: ((e: FormElement) => undefined | LocationElement | FilesElement | GeoscapeAddressElement | PointAddressElement | BooleanElement | CivicaStreetNameElement | RadioButtonElement | AutoCompleteElement | ComplianceElement | APINSWLiquorLicenceElement);
    toFormElementWithForm: ((e: FormElement) => undefined | FormFormElement);
    toFormElementWithoutForm: ((e: FormElement) => undefined | FormElementWithoutForm);
    toLookupElement: ((e: FormElement) => undefined | LookupFormElement);
    toNamedElement: ((e: FormElement) => FormElementWithName | undefined);
    toNamelessElement: ((e: FormElement) => undefined | FormElementWithoutName);
    toNestedElementsElement: ((e: FormElement) => undefined | NestedElementsElement);
    toNonNestedElementsElement: ((e: FormElement) => undefined | NonNestedElementsFormElement);
    toOptionsElement: ((e: FormElement) => undefined | FormElementWithOptions);
    toPageElement: ((e: FormElement) => undefined | PageElement);
    toRepeatableSetElement: ((e: FormElement) => undefined | RepeatableSetElement);
    toStorageElement: ((e: FormElement) => undefined | StorageElement);
} = ...

Type declaration