@oneblink/apps-react
    Preparing search index...

    Function getFormStoreDefinition

    • Get the available form elements for a form to display form store records

      const formId = 1
      const { formElements } =
      await formStoreService.getFormStoreDefinition(formId)

      Parameters

      • formId: number

        The identified of the form you want to get the definition of

      • OptionalabortSignal: AbortSignal

        An AbortSignal to abort the request

      Returns Promise<{ formElements: FormElementWithName[] }>