FormsAppContainerMenuItem: FormsAppBaseMenuItem & {
    formIds: number[];
    type: "CONTAINER";
}

Type declaration

  • formIds: number[]

    The ids of the forms within the container

  • type: "CONTAINER"

    Type of menu item