Hierarchy

  • GroupService

Constructors

Properties

Methods

Constructors

Properties

event$: Observable<GroupEventDto>
wacRequest: WacRequest

Methods

  • Parameters

    • name: string
    • participants: string[]

    Returns Promise<{
        groupId: string;
        name: string;
        owner: { readonly id: string; };
        participants: readonly string[];
    }>

  • Returns Observable<{
        groupId: string;
        name: string;
        owner: { readonly id: string; };
        participants: readonly string[];
    }[]>

  • Parameters

    • id: string
    • name: string
    • participants: readonly string[]

    Returns Promise<{
        groupId: string;
        name: string;
        owner: { readonly id: string; };
        participants: readonly string[];
    }>

Generated using TypeDoc