@formstack/forms-renderer
    Preparing search index...

    Interface IApi

    interface IApi {
        getForm(formId: string): IFormApi;
        getForms(): IFormApi[];
    }
    Index

    Methods

    • Returns form object with the matching ID

      Parameters

      • formId: string

        ID of the form

      Returns IFormApi

    • Returns all available forms on the page

      Returns IFormApi[]