@oneblink/sdk
    Preparing search index...
    NewTaskGroup: WithCommonAssociations & {
        name: string;
        taskIds: (Task["taskId"] | TaskGroupSubGroup)[];
    }

    Type Declaration

    • name: string

      The label of the task group

    • taskIds: (Task["taskId"] | TaskGroupSubGroup)[]

      The identifiers of tasks/sub-groups that the task group will show within a Forms App. The order of the identifiers is respected when displaying actions.