Comment namespace

Signature:

export declare namespace Comment 

Functions

FunctionDescription
get(modelId)Get all model comments with model id.
remove(commentId)Remove a model comment.
update(commentId, extData)Update user-defined data in a model comment.

Type Aliases

Type AliasDescription
ModelCommentType information of a model comment