Props
interface CollaboratorTokenProps extends CollaboratorTokenStyleProps, TooltipAnchorProps
className | undefined | string Additional class names to apply to the collaborator token. |
collaborator | Partial<CollaboratorData> An object representing a collaborator. You should not create these objects from scratch, but should instead grab them from base data. |
style | React.CSSProperties Additional styles to apply to the collaborator token. |