@oneblink/sdk-core
    Preparing search index...

    Type Alias FormsAppScheduledTasksGroupMenuItem

    FormsAppScheduledTasksGroupMenuItem: FormsAppBaseMenuItem & {
        isDefault: boolean;
        taskGroupInstanceAllocations: TaskGroupInstanceAllocation[];
        type: "SCHEDULED_TASK_GROUPS";
    }

    Type declaration

    • isDefault: boolean

      If true, menu item will be the default item shown

    • taskGroupInstanceAllocations: TaskGroupInstanceAllocation[]

      The ids of the task groups assigned to the app

    • type: "SCHEDULED_TASK_GROUPS"

      Type of menu item