SP.WorkManagement.OM.CalloutInfo object (sp.workmanagement)

Represents the information for the callout.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.WorkManagement.OM.CalloutInfo()

Members

The CalloutInfo object has the following members.

Constructor

The CalloutInfo object has the following constructor.

Constructor

Description

CalloutInfo

Initializes a new instance of the CalloutInfo object.

Methods

The CalloutInfo object has the following methods.

Method

Description

initPropertiesFromJson

Properties

The CalloutInfo object has the following properties.

Property

Description

contacts

List of contacts of the task.

directLinkTitle

URL for the direct link for the list of tasks where this task is.

directLinkUrl

Title of the direct link for the list of tasks where this task is.

hierarchy

Hierarchy of the task on the project.

predecessors

Specifies tasks that depend on the current task.

successors

Specifies tasks that depend on the current task

title

Title of the tasks container.

url

URL of the tasks container.