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: Array<string markdown="1">, video: Array<string markdown="1">);
Parameters
| Parameter | Type | Description |
|---|---|---|
| about | string | |
| url | string | null | |
| title | string | null | |
| description | string | null | |
| image | Array<string> | |
| video | Array<string> |