求助,怎么在header这里修改,只显示第一个作者 #1052
Replies: 1 comment 2 replies
-
let firstCreator = noteItem.parentItem?.getCreator(0);
header.FirstAuthor = `${firstCreator?.firstName} ${firstCreator?.lastName}`; |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
windingwind
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions