Home > borogove > LinkMetadata > (constructor)
LinkMetadata.(constructor)
Constructs a new instance of the borogove_LinkMetadata class
Signature:
protected constructor(about: string, url: string | null, title: string | null, description: string | null, image: string[], video: string[]);
Parameters
| Parameter | Type | Description |
|---|---|---|
| about | string | |
| url | string | null | |
| title | string | null | |
| description | string | null | |
| image | string[] | |
| video | string[] |