Comment.get() function

Get all model comments with model id.

Signature:

function get(modelId: string): Promise<ModelComment[]>;

Parameters

ParameterDescription
modelIdTo fetch all comments regarding this model

Returns:

Promise<ModelComment[]>

a promise contains ModelComment array