Skip to content

Backlog

This class defines the Backlog of a [[Book]].

A Backlog is a list of pending tasks in a Book

Extends

  • Resource<bkper.Backlog>

Constructors

Constructor

new Backlog(payload?, config?): Backlog;

Parameters

ParameterType
payload?Backlog
config?Config

Returns

Backlog

Overrides

Resource<bkper.Backlog>.constructor

Properties

payload

payload: Backlog;

The underlying payload data for this resource

Inherited from

Resource.payload

Methods

getCount()

getCount(): number | undefined;

Returns the number of pending tasks in this Backlog.

Returns

number | undefined

The number of tasks in the Backlog, or undefined if not available.


json()

json(): Backlog;

Gets an immutable copy of the JSON payload for this resource.

Returns

Backlog

An immutable copy of the json payload

Inherited from

Resource.json