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

    Variable formElementsConst

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

    Type Declaration