ReviewReviewer
constReviewReviewer: {~schema: {avatar?: {alt?:string;meta?:any;sources: {focalPoint?: [number,number];height:number;provider:string;responsive?:"static"|"mobile"|"desktop";src:string;width:number; };type:"image"; };isAnonymous?:boolean;name:string; }; }
Information about the author of a review, e.g. the reviewer.
Type declaration
| Name | Type | Description |
|---|---|---|
| { | ‐ |
| { | The avatar-image of the reviewer. |
|
| ‐ |
|
| ‐ |
| { | Each source is a different version of the same image. Differences may be:
|
|
| ‐ |
|
| Whether the reviewer is anonymous. |
|
| The name of the reviewer. If anonymous, this may be an empty string. |