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

    Type Alias FormsAppScheduledTasksMenuItem

    FormsAppScheduledTasksMenuItem: FormsAppBaseMenuItem & {
        isDefault: boolean;
        taskAllocations: { taskId: string }[];
        type: "SCHEDULED_TASKS";
    }

    Type declaration

    • isDefault: boolean

      If true, menu item will be the default item shown

    • taskAllocations: { taskId: string }[]

      The ids of the tasks assigned to the app

    • type: "SCHEDULED_TASKS"

      Type of menu item