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

    Type Alias NewTaskGroup

    type NewTaskGroup = {
        formsAppEnvironmentId: number;
        name: string;
        organisationId: string;
        taskIds: Task["taskId"][];
    }
    Index

    Properties

    formsAppEnvironmentId: number

    The related forms app environment id that this task group belongs to

    name: string

    The label of the task group

    organisationId: string

    The organisation id that this task group belongs to

    taskIds: Task["taskId"][]

    The identifiers of tasks that the task group will show within a Forms App. The order of the identifiers is respected when displayingActions