Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGantt.GetResourceAssignmentData(key) Method

Gets the resource assignment data.

Declaration

GetResourceAssignmentData(
    key: any
): any

Parameters

Name Type Description
key any

The resource assignment’s key.

Returns

Type Description
any

The resource assignment data.

Remarks

The GetResourceAssignmentData method returns data in the following format:

{ ID: “ResourceAssignment_id” ResourceID: “Resource_id” TaskID: “Task_id” }

The key should have the same format as used in the data source field.

console.log(clientGantt.GetResourceAssignmentData("assignment_key"));

Related APIs:

Concepts

See Also