Get all model comments with model id.
Signature:
function get(modelId: string): Promise<ModelComment[]>;
Parameter | Description |
---|---|
modelId | To fetch all comments regarding this model |
Returns:
Promise<ModelComment[]>
a promise contains ModelComment array