@oneblink/sdk-core
    Preparing search index...

    Variable formElementsConst

    formElements: {
        toAutoLookupElement: (
            e: FormElement,
        ) =>
            | undefined
            | LocationElement
            | FilesElement
            | GeoscapeAddressElement
            | PointAddressElement
            | PointCadastralParcelElement
            | BooleanElement
            | CivicaStreetNameElement
            | RadioButtonElement
            | AutoCompleteElement
            | ComplianceElement
            | APINSWLiquorLicenceElement
            | ArcGISWebMapElement;
        toFormElementWithForm: (e: FormElement) => undefined | FormFormElement;
        toFormElementWithoutForm: (
            e: FormElement,
        ) => undefined | FormElementWithoutForm;
        toLookupElement: (e: FormElement) => undefined | LookupFormElement;
        toNamedElement: (e: FormElement) => undefined | FormElementWithName;
        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