Interface ITagManager

Hierarchy

  • ITagManager

Implemented by

Methods

  • Define if the user can use the tag.

    Returns

    true, if the user can use the tag, otherwise false.

    Parameters

    • tagId: string

      Tag ID.

    Returns Promise<boolean>

  • Delete the tag from the card.

    Returns

    The operation result.

    Parameters

    • cardId: string

      Card ID.

    • tagId: string

      Tag ID.

    Returns Promise<ValidationResult>

  • Get the tags for the card.

    Returns

    The operation result.

    Parameters

    • cardId: string

      Card ID.

    Returns Promise<TagInfo[]>

  • Store the tags for the card.

    Returns

    The operation result.

    Parameters

    • tags: Tag[]

      Collection of the tag objects, which includes information about the tag, about the card and about the user, who performs the operation.

    • tokenInfo: null | IStorage<unknown>

      Пользовательский токен для доступа к карточке.

    Returns Promise<ValidationResult>

Generated using TypeDoc