update doc (#8386)

This commit is contained in:
Eugenio Romano
2023-03-17 16:21:38 +01:00
committed by GitHub
parent 1b2575b2db
commit 96a04588b3
80 changed files with 8108 additions and 436 deletions

View File

@@ -29,9 +29,12 @@ import { NodeCommentsService } from './services/node-comments.service';
}]
})
export class NodeCommentsComponent {
/** nodeId of the document that has comments */
@Input()
nodeId: string;
/** make the comments component readOnly */
@Input()
readOnly: boolean;
}