onListRevisions
Definition
The host application is responsible for retrieving all stored
Once processing is complete, please refer to the
This callback ensures the widget and host application remain synchronized regarding the revisions associated with the project.
Function Signature
onListRevisions: (
project: DIQ_Project,
onResponse: (result: DIQ_Result, revisions: DIQ_Revision[]) => void
) => void;
Callback Parameters
project
Type: DIQ_Project
Description: The
onResponse
Type: (result: DIQ_Result, revisions: DIQ_Revision[]) => void
Description: Callback function that must be called by the host to complete the operation, and return an array of