FormsAppScreenMenuItem: FormsAppBaseMenuItem & {
    isDefault: boolean;
    isHidden: boolean;
    type:
        | "FORMS_LIST"
        | "JOBS"
        | "DRAFTS"
        | "PENDING_SUBMISSIONS"
        | "PROFILE";
}

Type declaration

  • isDefault: boolean

    If true, menu item will be the default item shown

  • isHidden: boolean

    If true, menu item will be hidden

  • type:
        | "FORMS_LIST"
        | "JOBS"
        | "DRAFTS"
        | "PENDING_SUBMISSIONS"
        | "PROFILE"

    Type of menu item