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

    Function injectFormElementsIntoForm

    • Injects the elements of any elements with type FORM or INFOPAGE into the form

      Parameters

      • form: Form

        The form to inject elements into

      • forms: Form[]

        The forms that will be used to inject elements from if referenced

      • injectAuthenticatedForms: boolean = true

        Indicates whether forms requiring authentication should be injected, defaults to true

      Returns FormElement[]