Skip to content

求助,怎么在header这里修改,只显示第一个作者 #1052

Answered by windingwind
wsm6636 asked this question in Q&A
Discussion options

You must be logged in to vote
let firstCreator = noteItem.parentItem?.getCreator(0);
header.FirstAuthor = `${firstCreator?.firstName} ${firstCreator?.lastName}`;

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wsm6636
Comment options

@windingwind
Comment options

Answer selected by windingwind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants