Signature:
export declare namespace Comment
Function | Description |
---|---|
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 Alias | Description |
---|---|
ModelComment | Type information of a model comment |