Type Alias FormsAppPendingSubmissionsMenuItem

FormsAppPendingSubmissionsMenuItem: FormsAppScreenMenuItemBase & {
    alwaysSubmitViaPendingQueue?: boolean;
    type: "PENDING_SUBMISSIONS";
}

Type declaration

  • OptionalalwaysSubmitViaPendingQueue?: boolean

    If true, submissions will always go through the pending queuing and be submitted in the background

  • type: "PENDING_SUBMISSIONS"

    Type of menu item