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

    Type Alias NewFormsListFormsApp

    NewFormsListFormsApp: _NewFormsApp & {
        draftsAreShared?: boolean;
        formIds: number[];
        requireAppUserLogin?: boolean;
        slug: string;
        styles: FormsListStyles;
        type: "FORMS_LIST";
    }

    Type Declaration

    • OptionaldraftsAreShared?: boolean

      Whether draft submissions are shared between all app users for this app.

    • formIds: number[]

      The identifiers of the forms that are in the forms app. The order of the forms is respected when rendering the list of forms

    • OptionalrequireAppUserLogin?: boolean

      If true, app users will be required to login before being able to view any of the Forms App content

    • slug: string

      Unique domain safe text to identify the app

    • styles: FormsListStyles
    • type: "FORMS_LIST"