Hierarchy

  • Notifications

Constructors

Properties

client: Client

Methods

  • Get the board a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Get the board a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Get the card a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Get the card a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Get a specific property of a notification

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Get a specific property of a notification

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Get the list a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Get the list a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Get the member (not the creator) a notification is about

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Get the member (not the creator) a notification is about

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Get the organization a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Get the organization a notification is associated with

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Mark all notifications as read

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Mark all notifications as read

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Update the read status of a notification

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Update the read status of a notification

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

Generated using TypeDoc v0.24.8
Jul 19, 2023, 8:26:41 AM UTC