NewFormsListFormsApp: _NewFormsApp & {
    draftsAreShared?: boolean;
    formIds: number[];
    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

  • slug: string

    Unique domain safe text to identify the app

  • styles: FormsListStyles
  • type: "FORMS_LIST"